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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -27,8 +27,7 @@ build-*/
|
||||
|
||||
# Test failure outputs
|
||||
######################
|
||||
tests/*.exp
|
||||
tests/*.out
|
||||
tests/results/*
|
||||
|
||||
# Python cache files
|
||||
######################
|
||||
|
||||
Reference in New Issue
Block a user