diff options
| author | Lucas Charles <me@lucascharles.me> | 2019-04-03 00:34:59 +0000 |
|---|---|---|
| committer | Lucas Charles <me@lucascharles.me> | 2019-04-03 00:34:59 +0000 |
| commit | 2f23495210146ee020d0b34abe8002ad82de1896 (patch) | |
| tree | 5d1278ca07b9d9e063943f5f95a5793d51dbe70f /test/test.sh | |
| parent | fcb86eb43980c3cf7dc66cdd78b67b83e8666c82 (diff) | |
| parent | 7eaab683aec5f52ce2bdd71f4d0629af9a0fbdba (diff) | |
Merge branch 'fix-expectations' into 'master'v1.2.6
Fix java-maven expectations
See merge request gitlab-org/security-products/license-management!33
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 40c29f0..ed4d8e9 100755 --- a/test/test.sh +++ b/test/test.sh @@ -13,7 +13,7 @@ git clone "$url" "/code/$project" # Run license management on it. echo "Running license management on the $project with ref $ref" cd "/code/$project" -git checkout "$ref" 2> /dev/null +git checkout "$ref" 1> /dev/null /run.sh analyze . # In order to upload the artifact to check it manually |
