mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-03-18 21:45:17 +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 () {
|
test_done () {
|
||||||
GIT_EXIT_OK=t
|
GIT_EXIT_OK=t
|
||||||
test_results_dir="$TEST_DIRECTORY/test-results"
|
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"
|
test_results_path="$test_results_dir/$this_test"
|
||||||
|
|
||||||
printf %s\\n \
|
printf %s\\n \
|
||||||
|
|
Loading…
Add table
Reference in a new issue