Skip to content

Commit

Permalink
Merge pull request #83 from chewi/patch-1
Browse files Browse the repository at this point in the history
Make tests run in serial as they break in parallel
  • Loading branch information
edolstra committed Apr 28, 2016
2 parents e56e524 + 4034c6d commit 0ea5aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AC_INIT([patchelf], m4_esyscmd([printf $(cat ./version)]))
AC_CONFIG_SRCDIR([src/patchelf.cc])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([-Wall -Werror dist-bzip2 foreign color-tests parallel-tests])
AM_INIT_AUTOMAKE([-Wall -Werror dist-bzip2 foreign color-tests serial-tests])

AM_PROG_CC_C_O
AC_PROG_CXX
Expand Down

0 comments on commit 0ea5aff

Please sign in to comment.