Remove the build directory after running the benchmarks in -d mode (#198).
This commit is contained in:
@@ -675,6 +675,7 @@ case "${action}" in
|
||||
&& mv pv ..
|
||||
) \
|
||||
&& runBenchmarks "${buildDir}/pv" "${restrictMeasurementIdList}"
|
||||
rm -rf "${buildDir}"
|
||||
trap 'rm -rf "${workDir}"' EXIT
|
||||
done
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user