diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2020-12-08 21:23:03 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2020-12-08 21:23:03 +0000 |
| commit | c1dbcbf2d10cd99864ab0eb44358d9875ba0c0a5 (patch) | |
| tree | 8cbca8d9dc814933d2bc59b6623b792b549aac6b /testcode/do-tests.sh | |
| parent | 4cb89f2eee3bb358f0491932ab0498b5319f4229 (diff) | |
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 |
