Skip to content

Commit 180fc85

Browse files
committed
fix for second minus in jobs option on build tests
1 parent ca40a6b commit 180fc85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/testsuite/build_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ fi
165165
# ---------------------------------------------------------------------------
166166

167167
make distclean
168-
./configure -jobs=1 --without-l10n
168+
./configure --jobs=1 --without-l10n
169169
make all
170170
if [ $? -ne 0 ] ; then
171171
echo "without-pcre failed"

0 commit comments

Comments
 (0)