summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2011-10-30 14:23:29 +0000
committerMichał Górny <mgorny@gentoo.org>2011-10-30 14:23:29 +0000
commite5b5fb8c23a43963350b7301390770e0d7246d7e (patch)
treea3ee5dc4bc41875eb596d37180ca95505fc60ff4 /eclass/tests
parentadd support for qpa and c++0x use flags for Qt-4.8. patch ack'd by tampakrap (diff)
downloadhistorical-e5b5fb8c23a43963350b7301390770e0d7246d7e.tar.gz
historical-e5b5fb8c23a43963350b7301390770e0d7246d7e.tar.bz2
historical-e5b5fb8c23a43963350b7301390770e0d7246d7e.zip
Add regression tests for bug #388961.
Diffstat (limited to 'eclass/tests')
-rwxr-xr-xeclass/tests/scons-utils.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/eclass/tests/scons-utils.sh b/eclass/tests/scons-utils.sh
index d4ad4b796950..e8c60ff78393 100755
--- a/eclass/tests/scons-utils.sh
+++ b/eclass/tests/scons-utils.sh
@@ -52,4 +52,8 @@ test-scons_clean_makeopts '--load-average 25 -k -j17' '-k -j17'
test-scons_clean_makeopts '-j2 HOME=/tmp' '-j2'
test-scons_clean_makeopts '--jobs funnystuff -k' "--jobs=${jc} -k"
+# bug #388961
+test-scons_clean_makeopts '--jobs -l3' "--jobs=${jc}"
+test-scons_clean_makeopts '-j -l3' "-j ${jc}"
+
eend ${failed}