exit code un tests

This commit is contained in:
Dima Granetchi
2015-01-02 16:16:14 +02:00
parent c2551aa6f2
commit fb64a60020
+1 -1
View File
@@ -21,6 +21,6 @@ class Tests extends BuddySuite {
runner.run();
return runner.statusCode();
Sys.exit(runner.statusCode());
}
}