File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -36,14 +36,15 @@ ${SCRIPTDIR}/handle_x.sh nghttp2 ${NGHTTPDIR} ${INSTALLDIR} || exit 1
36
36
${SCRIPTDIR} /download_curl.sh /tmp/curlcov
37
37
38
38
# Move cURL to a subfolder of this folder to get the paths right.
39
- if [[ -d ${BUILD_ROOT} /curl ]]
39
+ export CURLDIR=${BUILD_ROOT} /curl
40
+ if [[ -d ${CURLDIR} ]]
40
41
then
41
- rm -rf ${BUILD_ROOT} /curl
42
+ rm -rf ${CURLDIR}
42
43
fi
43
- mv /tmp/curlcov ${BUILD_ROOT} /curl
44
+ mv /tmp/curlcov ${CURLDIR}
44
45
45
46
# Compile and install cURL to a second folder with code coverage.
46
- ${SCRIPTDIR} /install_curl.sh -c ${BUILD_ROOT} /curl ${INSTALLDIR}
47
+ ${SCRIPTDIR} /install_curl.sh -c ${CURLDIR} ${INSTALLDIR}
47
48
48
49
# Compile and test the fuzzer with code coverage
49
50
${SCRIPTDIR} /compile_fuzzer.sh -c ${INSTALLDIR}
You can’t perform that action at this time.
0 commit comments