aboutsummaryrefslogtreecommitdiff
path: root/test/lib/test-helpers.rb
diff options
context:
space:
mode:
authorPjotr Prins2021-08-25 13:59:01 +0200
committerPjotr Prins2021-08-25 13:59:01 +0200
commit54b19503e3a4a999b9e16d0d83d536e859f8657c (patch)
tree63fd229c52eaa989c38f2b7a24c85124cb2c900f /test/lib/test-helpers.rb
parent145fa09bcd78e46d21bd06771f01174e46ea875e (diff)
downloadpangemma-54b19503e3a4a999b9e16d0d83d536e859f8657c.tar.gz
Tests: fix RNG and add debug info by default
Diffstat (limited to 'test/lib/test-helpers.rb')
-rw-r--r--test/lib/test-helpers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/test-helpers.rb b/test/lib/test-helpers.rb
index 672a2c2..a409626 100644
--- a/test/lib/test-helpers.rb
+++ b/test/lib/test-helpers.rb
@@ -2,7 +2,7 @@ module TestHelpers
# Runs gemma and returns true if successful
def gemma(opts)
- assert system("./bin/gemma #{opts}")
+ assert system("./bin/gemma -debug -check #{opts}")
end
def read(fn, line=0)