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
commit699cf70fb675693c56688f2043c221179b384c82 (patch)
tree70ed14c0d0acc8dbea698915fb760f478bd5b121
parentadd support for qpa and c++0x use flags for Qt-4.8. patch ack'd by tampakrap (diff)
downloadgentoo-2-699cf70fb675693c56688f2043c221179b384c82.tar.gz
gentoo-2-699cf70fb675693c56688f2043c221179b384c82.tar.bz2
gentoo-2-699cf70fb675693c56688f2043c221179b384c82.zip
Add regression tests for bug #388961.
-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}