Formalize if statement in build.

This commit is contained in:
Sam Pottinger
2024-04-04 09:36:39 -07:00
parent c88e713e03
commit ac19ba1c5e
+1 -1
View File
@@ -41,4 +41,4 @@ jobs:
source /tmp/.bash_profile;
cd build;
ant clean;
ant test
if ant test; then exit 0 else exit 1 fi