Check ant failure.

This commit is contained in:
Sam Pottinger
2024-04-04 09:40:39 -07:00
parent ac19ba1c5e
commit 5a51c3d540
2 changed files with 2 additions and 2 deletions

View File

@@ -41,4 +41,4 @@ jobs:
source /tmp/.bash_profile;
cd build;
ant clean;
if ant test; then exit 0 else exit 1 fi
ant test

View File

@@ -49,7 +49,7 @@ public class AutoFormatTests {
@Test
public void bug109() {
expectGood("bug109");
expectGood("bug109a");
}
@Test