tests/run-tests: Make test output directory configurable.

A configurable result directory is advantageous because it enables
using a dedicated location, eventually outside of the source tree,
instead of forcing the output files into a fixed directory which might
also contain other files already. For that reason the default output
directory also has been changed to tests/results/.
This commit is contained in:
stijn
2020-04-07 16:19:49 +02:00
committed by Damien George
parent 405893afc6
commit 0c3f9d58a5
2 changed files with 10 additions and 9 deletions

3
.gitignore vendored
View File

@@ -27,8 +27,7 @@ build-*/
# Test failure outputs
######################
tests/*.exp
tests/*.out
tests/results/*
# Python cache files
######################