aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-03-06 11:16:21 -0500
committerChristopher Vogt <oss.nsp@cvogt.org>2016-03-06 14:31:35 -0500
commit9787c385a1843e3fb8f564836bf960235ff0d87f (patch)
treed9bbabd8826f2dcaa1276362376b7244ae706db3 /test
parentd320c82876b6b73efc45686531f7bbe4a5048e00 (diff)
downloadcbt-9787c385a1843e3fb8f564836bf960235ff0d87f.tar.gz
cbt-9787c385a1843e3fb8f564836bf960235ff0d87f.tar.bz2
cbt-9787c385a1843e3fb8f564836bf960235ff0d87f.zip
integrate circleci
Diffstat (limited to 'test')
-rw-r--r--test/test.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.scala b/test/test.scala
index d684744..9ab5b4e 100644
--- a/test/test.scala
+++ b/test/test.scala
@@ -73,5 +73,6 @@ object Main{
println(" DONE!")
println(successes+" succeeded, "+ failures+" failed" )
+ if(failures > 0) System.exit(1) else System.exit(0)
}
}