summaryrefslogtreecommitdiff
path: root/test3.sce
diff options
context:
space:
mode:
Diffstat (limited to 'test3.sce')
-rw-r--r--test3.sce13
1 files changed, 4 insertions, 9 deletions
diff --git a/test3.sce b/test3.sce
index 7d3dbac..2dbc6b5 100644
--- a/test3.sce
+++ b/test3.sce
@@ -1,11 +1,8 @@
-exec loader.sce
-exec builder.sce
-
test_pass=[]
res=[]
-
+test3=0
@@ -825,10 +822,8 @@ res=find(test_pass==0)
+
if(res~=[])
- disp("One or more tests failed")
- exit(1)
-else
- disp("pass")
- exit
+ disp("One or more tests failed in test2")
+ test3=1;
end