summaryrefslogtreecommitdiff
path: root/test/test.sh
diff options
context:
space:
mode:
authorLukas Eipert <leipert@gitlab.com>2019-02-05 21:06:07 +0100
committerLukas Eipert <leipert@gitlab.com>2019-02-05 21:06:07 +0100
commit094281bd8b2a6ca9d4bb5aec720f165694ee472e (patch)
tree29e24a0e612573f34999628f2f6f161e8586011d /test/test.sh
parent8c29c7be6f18f54fdd99504ef025c72b0ab16ef7 (diff)
Use unified diff
Diffstat (limited to 'test/test.sh')
-rwxr-xr-xtest/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh
index 2b6326c..40c29f0 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -21,4 +21,4 @@ mkdir -p /results/
cp "/code/$project/gl-license-management-report.json" "/results/$project-gl-license-management-report.json"
# Compare results with expected results.
-diff "/code/$project/gl-license-management-report.json" "/test/results/$project.json"
+diff -u "/code/$project/gl-license-management-report.json" "/test/results/$project.json"