Skip to content

Commit

Permalink
fix for second minus in jobs option on build tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kburtch committed May 6, 2023
1 parent ca40a6b commit 180fc85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/testsuite/build_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ fi
# ---------------------------------------------------------------------------

make distclean
./configure -jobs=1 --without-l10n
./configure --jobs=1 --without-l10n
make all
if [ $? -ne 0 ] ; then
echo "without-pcre failed"
Expand Down

0 comments on commit 180fc85

Please sign in to comment.