Commit graph

15 commits

Author SHA1 Message Date
Eelco Dolstra
58dd49e645 Fix handling of IPC::Run::run exit status
Turns out that the exit status is returned in $?, not as the return
value of run().  So our error checking was completely bogus.
2013-01-23 15:56:28 +01:00
Eelco Dolstra
2d36b75d3e Fix indentation 2013-01-23 12:49:26 +00:00
Eelco Dolstra
67aefde62c Remove trailing whitespace 2013-01-22 14:41:02 +01:00
Eelco Dolstra
854513be8e I should test first 2012-04-30 17:57:13 +02:00
Nicolas Pierron
69f9175986 Add tests for "git describe --long".
* Move test logic to scm-update.sh scripts.
    * Check for "git describe --long".
2012-04-29 20:59:43 -07:00
Nicolas Pierron
19d9955e89 Optimize fetch-git. 2012-04-14 18:17:35 -07:00
Eelco Dolstra
fa62c8b7f2 Fix tests 2012-03-13 13:18:40 +01:00
Eelco Dolstra
93efae0c23 Fix "make check" 2012-03-12 21:13:50 +01:00
Eelco Dolstra
12a7b5737d Test environment cleanups
In particular, clear $NIX_BUILD_HOOK to prevent tests
from failing mysteriously.  Also print stdout/stderr
output of hydra-evaluator.
2011-12-04 22:50:03 +01:00
Rob Vermaas
ae26e6db2a fix assignment in evalSucceeds (always returned 3, therefore evalSucceeds always succeeded 2011-12-01 08:31:07 -05:00
Eelco Dolstra
dd6e5d49ba Fix the test 2011-11-30 18:14:48 +01:00
Rob Vermaas
55b392a20d wrong altnr for jobset inputs in tests 2011-03-21 12:30:47 +00:00
Rob Vermaas
9f33d4c98d 2011-03-17 13:25:27 +00:00
Rob Vermaas
597e7c04e1 cleanup 2011-03-17 11:55:39 +00:00
Rob Vermaas
890a7867b4 add first evaluations tests 2011-03-16 13:18:12 +00:00