From 7eaab683aec5f52ce2bdd71f4d0629af9a0fbdba Mon Sep 17 00:00:00 2001 From: Philippe Lafoucrière Date: Tue, 2 Apr 2019 20:08:46 -0400 Subject: Fix java-maven expectations - The commit used doesn't exist anymore. - The expectations file was outdated. - The test script was silently failing when the `git checkout` command failed. --- test/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test.sh') 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 -- cgit v1.2.3