We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5928f43 commit 492a029Copy full SHA for 492a029
Makefile
@@ -1,7 +1,3 @@
1
test:
2
docker compose build mina-local-network
3
-<<<<<<< HEAD
4
docker compose up mina-local-network
5
-=======
6
- docker compose up mina-local-network
7
->>>>>>> db5a825c8 (Just test)
run-all-tests.sh
@@ -66,6 +66,10 @@ do
66
export OUTPUT_DIR3="${OUTPUT_DIR}$testname/"
67
results=$(run_test $testname)
68
echo $results > "${OUTPUT_DIR3}stdout.txt"
69
+ tar -czvf "${OUTPUT_DIR}${testname}.tgz" "${OUTPUT_DIR3}"
70
+ # remove the intermediates for space saving.
71
+ rm -rf "${OUTPUT_DIR3}/"
72
+ ls -latr "${OUTPUT_DIR}"
73
done
74
75
tar -czf /tmp/perf.data.tar.gz /tmp/perf/*
0 commit comments