projects
/
strong_simulation_gauss_sum_rank.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80be7df
)
modified test to quit when fails so doesn't output test passed! message
author
Lucas K
<lkocia@s3miclassical.com>
Wed, 23 Dec 2020 19:05:41 +0000
(11:05 -0800)
committer
Lucas K
<lkocia@s3miclassical.com>
Wed, 23 Dec 2020 19:05:41 +0000
(11:05 -0800)
test.bash
patch
|
blob
|
history
diff --git
a/test.bash
b/test.bash
index 5c6ab720b91aa4850c19623c872a4a31b361d370..f8aeca1e265ab375e62127f028c54b4e79c11f50 100644
(file)
--- a/
test.bash
+++ b/
test.bash
@@
-25,7
+25,7
@@
do
continue
else
echo "NOT EQUAL!"
- break
+ exit
fi
done
echo "Test passed!"