diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-04-09 20:59:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-09 20:59:24 +0200 |
| commit | 3087886ce3a274490d9bed004a0a5a14eb05e286 (patch) | |
| tree | 706a4345d3085646570a19eb1d088b29eb9f3dfe /test/cli | |
| parent | f0399c63d8b39fe7b6f9cf2ca562b6d5f2939549 (diff) | |
| parent | ce0c1164626b6d908f5cf58bac65f5fed24b908d (diff) | |
| download | PROJ-3087886ce3a274490d9bed004a0a5a14eb05e286.tar.gz PROJ-3087886ce3a274490d9bed004a0a5a14eb05e286.zip | |
Merge pull request #1410 from mwtoews/ci
Adjust test outputs
Diffstat (limited to 'test/cli')
| -rwxr-xr-x | test/cli/test27 | 2 | ||||
| -rwxr-xr-x | test/cli/test83 | 2 | ||||
| -rwxr-xr-x | test/cli/testIGNF | 2 | ||||
| -rwxr-xr-x | test/cli/testdatumfile | 2 | ||||
| -rwxr-xr-x | test/cli/testflaky | 2 | ||||
| -rwxr-xr-x | test/cli/testntv2 | 2 | ||||
| -rwxr-xr-x | test/cli/testvarious | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/test/cli/test27 b/test/cli/test27 index 421f9044..bfc1cb0a 100755 --- a/test/cli/test27 +++ b/test/cli/test27 @@ -836,7 +836,7 @@ EOF # # do 'diff' with distribution results echo "diff ${OUT} with pj_out27.dist" -diff -b ${OUT} ${TEST_CLI_DIR}/pj_out27.dist +diff -u -b ${OUT} ${TEST_CLI_DIR}/pj_out27.dist if [ $? -ne 0 ] ; then echo "" echo "PROBLEMS HAVE OCCURRED" diff --git a/test/cli/test83 b/test/cli/test83 index 59793870..cfb1365e 100755 --- a/test/cli/test83 +++ b/test/cli/test83 @@ -717,7 +717,7 @@ EOF # # do 'diff' with distribution results echo "diff ${OUT} with pj_out83.dist" -diff -b ${OUT} ${TEST_CLI_DIR}/pj_out83.dist +diff -u -b ${OUT} ${TEST_CLI_DIR}/pj_out83.dist if [ $? -ne 0 ] ; then echo "" echo "PROBLEMS HAVE OCCURRED" 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" diff --git a/test/cli/testdatumfile b/test/cli/testdatumfile index 27c39840..5b56f077 100755 --- a/test/cli/testdatumfile +++ b/test/cli/testdatumfile @@ -113,7 +113,7 @@ rm -rf "dir with \" space" # Done! # 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" diff --git a/test/cli/testflaky b/test/cli/testflaky index 0b823cf6..23580146 100755 --- a/test/cli/testflaky +++ b/test/cli/testflaky @@ -58,7 +58,7 @@ EOF # Done! # 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" diff --git a/test/cli/testntv2 b/test/cli/testntv2 index 50b5d0ca..73371dbe 100755 --- a/test/cli/testntv2 +++ b/test/cli/testntv2 @@ -57,7 +57,7 @@ EOF # Done! # 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" diff --git a/test/cli/testvarious b/test/cli/testvarious index afe52ade..7b4a47f3 100755 --- a/test/cli/testvarious +++ b/test/cli/testvarious @@ -969,7 +969,7 @@ EOF # Done! # 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" |
