From e5b5fb8c23a43963350b7301390770e0d7246d7e Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 30 Oct 2011 14:23:29 +0000 Subject: Add regression tests for bug #388961. --- eclass/tests/scons-utils.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'eclass/tests') 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} -- cgit v1.2.3-65-gdbad