Don't parallelize test-results

This commit is contained in:
Andrew Johnson
2018-11-02 17:49:59 -05:00
parent 560f43b561
commit 00d937cc02

View File

@@ -73,5 +73,5 @@ make -j2 $EXTRA
if [ "$TEST" != "NO" ]
then
make -j2 tapfiles
make -j2 -s test-results
make -s test-results
fi