File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -80,8 +80,7 @@ CMD echo "Starting coverage gathering" \
8080 && cp -r "$COVERAGE_DATA_DIR" /* "/coreutils/obj-cov/src/" \
8181 && echo "Running gcov" \
8282 && gcov "$UTIL" > "/out/cov.txt" \
83- && echo "Coverage gathering done" \
84- && tar czf "/out/src-gcov.tar.gz" "/coreutils/obj-cov/src"
83+ && echo "Coverage gathering done"
8584
8685# ========================================
8786# exec
@@ -116,8 +115,7 @@ CMD bash ./analyze.sh \
116115 --skip-klee-analysis "${SKIP_KLEE_ANALYSIS}" \
117116 --klee-max-time "${KLEE_MAX_TIME_MIN}" \
118117 --out-dir ./out \
119- "${UTIL}" \
120- && tar czf ./out/src-llvm.tar.gz ./coreutils-llvm/obj-llvm/src
118+ "${UTIL}"
121119
122120# to keep files output by klee, run the container as follows:
123121# `docker run [docker_args] \
Original file line number Diff line number Diff line change @@ -80,8 +80,7 @@ CMD echo "Starting coverage gathering" \
8080 && cp -r "$COVERAGE_DATA_DIR" /* "/coreutils/obj-cov/src/" \
8181 && echo "Running gcov" \
8282 && gcov "$UTIL" > "/out/cov.txt" \
83- && echo "Coverage gathering done" \
84- && tar czf "/out/src-gcov.tar.gz" "/coreutils/obj-cov/src"
83+ && echo "Coverage gathering done"
8584
8685# ========================================
8786# exec
@@ -116,8 +115,7 @@ CMD bash ./analyze.sh \
116115 --skip-klee-analysis "${SKIP_KLEE_ANALYSIS}" \
117116 --klee-max-time "${KLEE_MAX_TIME_MIN}" \
118117 --out-dir ./out \
119- "${UTIL}" \
120- && tar czf ./out/src-llvm.tar.gz ./coreutils-llvm/obj-llvm/src
118+ "${UTIL}"
121119
122120# to keep files output by klee, run the container as follows:
123121# `docker run [docker_args] \
You can’t perform that action at this time.
0 commit comments