summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2011-02-07 14:55:08 +0000
committerMichał Górny <mgorny@gentoo.org>2011-02-07 14:55:08 +0000
commitcdd28cdb5c74aeab28ef52f0f72cac753a8962f8 (patch)
tree259f07e4927f25f58482e2a71aaf8c0c4cb4033d /eclass/tests
parentx86 stable wrt bug #353571 (diff)
downloadgentoo-2-cdd28cdb5c74aeab28ef52f0f72cac753a8962f8.tar.gz
gentoo-2-cdd28cdb5c74aeab28ef52f0f72cac753a8962f8.tar.bz2
gentoo-2-cdd28cdb5c74aeab28ef52f0f72cac753a8962f8.zip
Translate --jobs with no count to safer --jobs=5.
Value-less --jobs is mostly used along with --load-average, which is not supported by SCons. Thus, we should use a safe number of jobs.
Diffstat (limited to 'eclass/tests')
-rwxr-xr-xeclass/tests/scons-utils.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/tests/scons-utils.sh b/eclass/tests/scons-utils.sh
index a45d082875dd..d4ad4b796950 100755
--- a/eclass/tests/scons-utils.sh
+++ b/eclass/tests/scons-utils.sh
@@ -22,7 +22,7 @@ test-scons_clean_makeopts() {
}
# jobcount expected for non-specified state
-jc=255
+jc=5
# failed test counter
failed=0