Remove the build directory after running the benchmarks in -d mode (#198).

This commit is contained in:
Andrew Wood
2026-06-01 21:41:32 +01:00
parent 246d7701e4
commit 9dbec3cf50
+1
View File
@@ -675,6 +675,7 @@ case "${action}" in
&& mv pv ..
) \
&& runBenchmarks "${buildDir}/pv" "${restrictMeasurementIdList}"
rm -rf "${buildDir}"
trap 'rm -rf "${workDir}"' EXIT
done
fi