Try running tests serially.

This commit is contained in:
Jason Tibbitts 2018-04-02 19:09:06 -05:00
parent 0c031730b9
commit 5d7cd21807

View File

@ -524,7 +524,8 @@ for i in ${tests[@]}; do exclude+=("!$i"); done
%endif
# Add -vvv for too much output
./testrunner.pl %{?_smp_mflags} -v -f pretty ${exclude[@]} 2>&1
#./testrunner.pl %%{?_smp_mflags} -v -f pretty ${exclude[@]} 2>&1
./testrunner.pl -v -f pretty ${exclude[@]} 2>&1
%pre