Skip to content
Snippets Groups Projects
Commit e42dcd5b authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Remove old test log before to start new one, to prevent confusing overwrite.

parent 6870ed72
No related branches found
No related tags found
No related merge requests found
......@@ -384,6 +384,7 @@ run_tests () {
cd ./test/
echo failure > ../build/results/status
thedate=`date "+%Y-%m-%d"`
rm -f "../build/results/${lisp}.text" || :
do_tests "$@" 2>&1 | \
tee "../build/results/${lisp}.text" "../build/results/${lisp}-${thedate}.save"
read a < ../build/results/status
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment