diff options
author | Pjotr Prins | 2017-08-26 10:00:18 +0000 |
---|---|---|
committer | Pjotr Prins | 2017-08-26 10:00:18 +0000 |
commit | be45bcca0ddc1d88066bd18a56ca57d588e41e99 (patch) | |
tree | b1b6865a2efde7baf2cbb9f66d438a0fb36aaeff /test | |
parent | ea21ba73273891261ba2e4d0d85729f308c54d72 (diff) | |
download | pangemma-be45bcca0ddc1d88066bd18a56ca57d588e41e99.tar.gz |
Debug: only output check on -debug
Diffstat (limited to 'test')
-rwxr-xr-x | test/dev_test_suite.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/dev_test_suite.sh b/test/dev_test_suite.sh index 67d9cba..9e49251 100755 --- a/test/dev_test_suite.sh +++ b/test/dev_test_suite.sh @@ -24,7 +24,8 @@ testBXDStandardRelatednessMatrixK() { -c ../example/BXD_covariates2.txt \ -a ../example/BXD_snps.txt \ -gk \ - -debug -o $outn + -debug \ + -o $outn assertEquals 0 $? outfn=output/$outn.cXX.txt assertEquals "198" `wc -l < $outfn` @@ -38,6 +39,7 @@ testBXDMultivariateLinearMixedModel() { -a ../example/BXD_snps.txt \ -k ./output/BXD.cXX.txt \ -lmm 2 -maf 0.1 \ + -debug \ -o BXD_mvlmm assertEquals 0 $? |