summaryrefslogtreecommitdiff
path: root/collect-traces.sh
diff options
context:
space:
mode:
Diffstat (limited to 'collect-traces.sh')
-rwxr-xr-xcollect-traces.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/collect-traces.sh b/collect-traces.sh
index f4dc847..79d6c95 100755
--- a/collect-traces.sh
+++ b/collect-traces.sh
@@ -21,7 +21,7 @@ do
cp ${implem_dir}/results/traces*.txt ${d}
done
-tar czf ${trace_type}.tgz -C ${d} .
+tar czf results/${trace_type}.tgz -C ${d} .
rm -r ${d}