Use relative path to RESULT_DIR
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 3 Sep 2015 20:40:00 +0000 (16:40 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Thu, 3 Sep 2015 20:40:00 +0000 (16:40 -0400)
scripts/common/coverity.sh

index 18d4fd5ce46b35b9a9b1b4cafea86ac3fafdf7e8..86e09a96cb2a08aeaa7536a305234c497eb5a0ae 100644 (file)
@@ -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
This page took 0.026965 seconds and 4 git commands to generate.