Skip to content

Commit f520ac6

Browse files
committed
run-all-tests: add -l parameter to multiple-pause-resume
run-all-test.sh has -l $small_loop so that more iteration can be run if required. Signed-off-by: Fred Oh <fred.oh@linux.intel.com>
1 parent 661fd75 commit f520ac6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-case/run-all-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ test_multiple-pipeline-capture()
228228
}
229229
test_multiple-pause-resume()
230230
{
231-
"$mydir"/multiple-pause-resume.sh -r 25
231+
"$mydir"/multiple-pause-resume.sh -l "$small_loop" -r 25
232232
}
233233
test_kmod-load-unload()
234234
{

0 commit comments

Comments
 (0)