Skip to content

Commit

Permalink
runtest/mm: Fix mmapstress01 entry
Browse files Browse the repository at this point in the history
-t option was removed in 88321bf. This fixes test failure:

mmapstress01: invalid option -- 't'
...
tst_test.c:673: TBROK: Invalid option

Fixes: 88321bf ("mmapstress01: refactor to tst_test framework")

Signed-off-by: Petr Vorel <pvorel@suse.cz>
  • Loading branch information
pevik committed Nov 11, 2022
1 parent aa3f32c commit 3632127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtest/mm
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ shmt10 shmt10
shm_test01 shm_test -l 10 -t 2
mallocstress01 mallocstress

mmapstress01 mmapstress01 -p 20 -t 0.2
mmapstress01 mmapstress01 -p 20
mmapstress02 mmapstress02
mmapstress03 mmapstress03
mmapstress04 mmapstress04
Expand Down

0 comments on commit 3632127

Please sign in to comment.