Re: [PATCH] test: aggregate-results updates

Subject: Re: [PATCH] test: aggregate-results updates

Date: Mon, 02 Aug 2021 08:11:11 -0300

To: Tomi Ollila, notmuch@notmuchmail.org

Cc: tomi.ollila@iki.fi

From: David Bremner


Tomi Ollila <tomi.ollila@iki.fi> writes:

> -	mkdir -p "$test_results_dir"
> +	test -d "$test_results_dir" || mkdir "$test_results_dir"

Lately I've notice some complaints during parallel test running

	mkdir: cannot create directory '/home/bremner/software/upstream/notmuch/test/test-results': File exists

It seems like this change might be the culprit. Can you explain why it
was needed?
_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-leave@notmuchmail.org

Thread: