Skip to content

Commit 4034c6d

Browse files
committed
Make tests run in serial as they break in parallel
It would be nice to fix them in parallel but I lack the time.
1 parent 44b7f95 commit 4034c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
AC_INIT([patchelf], m4_esyscmd([printf $(cat ./version)]))
22
AC_CONFIG_SRCDIR([src/patchelf.cc])
33
AC_CONFIG_AUX_DIR([build-aux])
4-
AM_INIT_AUTOMAKE([-Wall -Werror dist-bzip2 foreign color-tests parallel-tests])
4+
AM_INIT_AUTOMAKE([-Wall -Werror dist-bzip2 foreign color-tests serial-tests])
55

66
AM_PROG_CC_C_O
77
AC_PROG_CXX

0 commit comments

Comments
 (0)