changeset 511:395d644dcb71 sized_matrix

Return error code when tests fail
author Chris Cannam
date Wed, 20 Nov 2013 14:43:04 +0000
parents f909771addc6
children a165dbdc7ffb
files src/may/test/all.yeti
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/may/test/all.yeti	Wed Nov 20 14:25:32 2013 +0000
+++ b/src/may/test/all.yeti	Wed Nov 20 14:43:04 2013 +0000
@@ -30,6 +30,7 @@
 
 if (bad > 0) then
     println "\n** \(bad) test(s) failed!";
+    threadExit 1
 else
     ()
 fi