mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
test: revert to mkdir -p to make results directory.
As suggested by id:m21r7al3mt.fsf@guru.guru-group.fi
This commit is contained in:
parent
2474bce8b1
commit
3fc2e5f23b
1 changed files with 1 additions and 1 deletions
|
@ -861,7 +861,7 @@ test_when_finished () {
|
|||
test_done () {
|
||||
GIT_EXIT_OK=t
|
||||
test_results_dir="$TEST_DIRECTORY/test-results"
|
||||
test -d "$test_results_dir" || mkdir "$test_results_dir"
|
||||
mkdir -p "$test_results_dir"
|
||||
test_results_path="$test_results_dir/$this_test"
|
||||
|
||||
printf %s\\n \
|
||||
|
|
Loading…
Reference in a new issue