diff options
| author | mo khan <mo.khan@gmail.com> | 2020-01-14 13:07:07 -0700 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-01-15 15:03:08 -0700 |
| commit | 332c5baf73ac225e820e0da47d00da3973686065 (patch) | |
| tree | 87d37e09e5ad34d03bf7128763a4fac6580c3484 /test/test.sh | |
| parent | cfd445abb0e136471a96be27266558e488608923 (diff) | |
Add functional tests for python Pipfile.lock
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 042adc3..8d04a3a 100755 --- a/test/test.sh +++ b/test/test.sh @@ -22,4 +22,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 -u "/code/$project/gl-license-management-report.json" "/test/results/$results.json" +diff -u "/test/results/$results.json" "/code/$project/gl-license-management-report.json" |
