Updated to run the partialx again.

original commit: d32395ab408c09a4ff02d741e1854fbdb92201b8
This commit is contained in:
Andy Keep 2018-01-15 22:14:58 -05:00
parent c5f5edf3bc
commit 6d9ed8bf04

View File

@ -2,7 +2,7 @@
./configure -m=$TARGET_MACHINE
make
( cd ${TARGET_MACHINE}/mats && make all 2>&1 ) | tee Make.out | grep '^matting '
( cd ${TARGET_MACHINE}/mats && make partialx 2>&1 ) | tee Make.out | grep '^matting '
echo "exit code: $?"
cat ${TARGET_MACHINE}/mats/summary
diff .travis/summary ${TARGET_MACHINE}/mats/summary