From ed2190e4aa242e5b91ae26358febae0b998ed096 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Thu, 3 Sep 2015 16:40:00 -0400 Subject: [PATCH] Use relative path to RESULT_DIR --- scripts/common/coverity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/common/coverity.sh b/scripts/common/coverity.sh index 18d4fd5..86e09a9 100644 --- a/scripts/common/coverity.sh +++ b/scripts/common/coverity.sh @@ -37,7 +37,7 @@ TOOL_BASE=/tmp/coverity-scan-analysis UPLOAD_URL="https://scan.coverity.com/builds" SCAN_URL="https://scan.coverity.com" -RESULTS_DIR="$WORKSPACE/cov-int" +RESULTS_DIR="cov-int" # liburcu dependency -- 2.34.1