forked from Minki/linux
torture: Add batch headers "--dryrun sched"
This commit makes the output of "--dryrun sched" more user-friendly, clearly indicating the batch starts. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>
This commit is contained in:
parent
f7ff6e6cf5
commit
9352ad1339
@ -379,7 +379,8 @@ then
|
|||||||
elif test "$dryrun" = sched
|
elif test "$dryrun" = sched
|
||||||
then
|
then
|
||||||
# Extract the test run schedule from the script.
|
# Extract the test run schedule from the script.
|
||||||
egrep 'start batch|Starting build\.' $T/script |
|
egrep 'Start batch|Starting build\.' $T/script |
|
||||||
|
grep -v ">>" |
|
||||||
sed -e 's/:.*$//' -e 's/^echo //'
|
sed -e 's/:.*$//' -e 's/^echo //'
|
||||||
exit 0
|
exit 0
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user