diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/test_suite.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_suite.sh b/test/test_suite.sh index 763c981..d65bf40 100755 --- a/test/test_suite.sh +++ b/test/test_suite.sh @@ -11,6 +11,7 @@ testCenteredRelatednessMatrixK() { assertEquals "3763600" `wc -w < output/mouse_hs1940.cXX.txt` # assertEquals "15f680c" `md5sum < output/mouse_hs1940.cXX.txt | head -c 7` assertEquals "0.335" `head -c 5 output/mouse_hs1940.cXX.txt` + # FIXME: The following test fails in the Guix build system (https://github.com/xiangzhou/GEMMA/issues/55) assertEquals "29.691" `awk '{s+=substr($1,0,6)}END{print s}' output/mouse_hs1940.cXX.txt` } |