Skip to content

Commit

Permalink
regress: add --notltester option to RERUN
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Kleen committed Nov 30, 2023
1 parent 7103a79 commit 193d90d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions RERUN
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
# rerun last toplev line from tl-tester log, optionally with a prefix (like python -mpdb)
# tl-tester >& log
# RERUN log python -mpdb
if [ "$1" == "--notltester" ] ; then
shift
else
export TL_TESTER=1
fi
L="$1"
shift
T=$(grep Line.*toplev "$L" | tail -1 | sed 's/Line [0-9]* //')
Expand Down

0 comments on commit 193d90d

Please sign in to comment.