From 9fb5486c27300082c716df48058cdb82fb66756e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 27 Feb 2020 12:13:09 +0100 Subject: [PATCH] tests/run: create failure directory The test would occasionally fail with tests/run.sh: line 241: /home/fedora/util-linux/build/tests/failures: No such file or directory I don't quite understand why the file does not get created... The outupt directory missing seems the most likely explanation. --- tests/run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/run.sh b/tests/run.sh index d6f0dff7d9..d0d178d57a 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -236,6 +236,7 @@ if [ "$paraller_jobs" -ne 1 ]; then fi count=0 +mkdir -p $top_builddir/tests/ >| $top_builddir/tests/failures printf "%s\n" ${comps[*]} | sort | -- 2.47.3