Skip to content

Commit 275e36a

Browse files
committed
No parallel test execution in auparse
The tests all have the same output file that gets comared top a standard value. If executed in parallel, the overwrite the values and tests fail. For now, just disallow parallel execution of auparse tests.
1 parent 49c3c6f commit 275e36a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

auparse/test/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,5 @@ if USE_PYTHON3
111111
$(RM) ${top_builddir}/bindings/swig/python3/_audit.so
112112
endif
113113
test "$(top_srcdir)" = "$(top_builddir)" || $(RM) test*.log
114+
115+
.NOTPARALLEL:

0 commit comments

Comments
 (0)