mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +03:00
tests: Just use OT_TESTS_DEBUG to say "save test data"
This commit is contained in:
parent
7cce6e5ba1
commit
eba0ff75cc
@ -37,7 +37,7 @@ if test -n "$OT_TESTS_VALGRIND"; then
|
||||
fi
|
||||
|
||||
die () {
|
||||
if test -z "$OT_TESTS_SAVE_TEMPS"; then
|
||||
if test -z "$OT_TESTS_DEBUG"; then
|
||||
test -f "$test_tmpdir/.test$$" && rm -rf "$test_tmpdir"
|
||||
else
|
||||
echo "Temporary files saved in $test_tmpdir"
|
||||
|
Loading…
Reference in New Issue
Block a user