aboutsummaryrefslogtreecommitdiff
path: root/test/cli/testIGNF
diff options
context:
space:
mode:
authorMike Taves <mwtoews@gmail.com>2019-04-05 12:56:58 +1300
committerMike Taves <mwtoews@gmail.com>2019-04-05 17:47:15 +1300
commit2c28ca1798cb24b803c44ceebd34bb3f15822c87 (patch)
tree5a8ed6d5be8792c145101a3474b73228b58247c5 /test/cli/testIGNF
parent1e2e512f9a671df504f6f01eee53dc26939b3c0a (diff)
downloadPROJ-2c28ca1798cb24b803c44ceebd34bb3f15822c87.tar.gz
PROJ-2c28ca1798cb24b803c44ceebd34bb3f15822c87.zip
Adjust test outputs
- Tests should use unified diff with expected results - Show CMake build compile commands (VERBOSE=1) - Travis CI only has two cores, so "-j2" is sufficent
Diffstat (limited to 'test/cli/testIGNF')
-rwxr-xr-xtest/cli/testIGNF2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cli/testIGNF b/test/cli/testIGNF
index 2b2d5a57..aa8c3354 100755
--- a/test/cli/testIGNF
+++ b/test/cli/testIGNF
@@ -158,7 +158,7 @@ EOF
#
# do 'diff' with distribution results
echo "diff ${OUT} with ${OUT}.dist"
-diff -b ${OUT} ${TEST_CLI_DIR}/${OUT}.dist
+diff -u -b ${OUT} ${TEST_CLI_DIR}/${OUT}.dist
if [ $? -ne 0 ] ; then
echo ""
echo "PROBLEMS HAVE OCCURRED"