diff options
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 |
