diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-10-30 14:23:29 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-10-30 14:23:29 +0000 |
commit | 699cf70fb675693c56688f2043c221179b384c82 (patch) | |
tree | 70ed14c0d0acc8dbea698915fb760f478bd5b121 /eclass/tests | |
parent | add support for qpa and c++0x use flags for Qt-4.8. patch ack'd by tampakrap (diff) | |
download | gentoo-2-699cf70fb675693c56688f2043c221179b384c82.tar.gz gentoo-2-699cf70fb675693c56688f2043c221179b384c82.tar.bz2 gentoo-2-699cf70fb675693c56688f2043c221179b384c82.zip |
Add regression tests for bug #388961.
Diffstat (limited to 'eclass/tests')
-rwxr-xr-x | eclass/tests/scons-utils.sh | 4 |
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} |