diff options
Diffstat (limited to 'testcode/do-tests.sh')
| -rwxr-xr-x | testcode/do-tests.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testcode/do-tests.sh b/testcode/do-tests.sh index 5439f0f285e6..effb7c16a5bb 100755 --- a/testcode/do-tests.sh +++ b/testcode/do-tests.sh @@ -29,6 +29,9 @@ else HAVE_MINGW=no fi +# stop tests from notifying systemd, if that is compiled in. +export -n NOTIFY_SOCKET + cd testdata; sh ../testcode/mini_tdir.sh clean rm -f .perfstats.txt |
