diff options
| author | Lukas Eipert <leipert@gitlab.com> | 2019-02-05 21:06:07 +0100 |
|---|---|---|
| committer | Lukas Eipert <leipert@gitlab.com> | 2019-02-05 21:06:07 +0100 |
| commit | 094281bd8b2a6ca9d4bb5aec720f165694ee472e (patch) | |
| tree | 29e24a0e612573f34999628f2f6f161e8586011d /test/test.sh | |
| parent | 8c29c7be6f18f54fdd99504ef025c72b0ab16ef7 (diff) | |
Use unified diff
Diffstat (limited to 'test/test.sh')
| -rwxr-xr-x | test/test.sh | 2 |
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" |
