mirror of
https://github.com/antonblanchard/chiselwatt.git
synced 2026-02-25 16:40:28 +00:00
Fix make check and Travis CI
We weren't propagating all errors back to Travis CI, so make check wasn't actually being tested. Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
This commit is contained in:
committed by
Anton Blanchard
parent
d575c18cfb
commit
35b7c9a054
@@ -25,7 +25,7 @@ ${CHISELWATT_DIR}/chiselwatt 2> test.err | grep -v "^$" | grep -v GPR31 > test.o
|
||||
|
||||
grep -v "^$" ${CHISELWATT_DIR}/tests/${TEST}.out | grep -v GPR31 | grep -v XER > exp.out
|
||||
|
||||
diff -q test.out exp.out && echo "$TEST PASS" && exit 0
|
||||
diff --strip-trailing-cr -q test.out exp.out && echo "$TEST PASS" && exit 0
|
||||
|
||||
cat test.err
|
||||
echo "$TEST FAIL ********"
|
||||
|
||||
Reference in New Issue
Block a user