Skip to content

Commit d573000

Browse files
paulmckrcuNeeraj Upadhyay (AMD)
authored andcommitted
torture: Add textid.txt file to --do-allmodconfig and --do-rcu-rust runs
This commit causes the torture.sh --do-allmodconfig and --do-rcu-rust parameters to add testid.txt files to their results directories, thus allowing easier analysis of the results of a series of runs kicked off by "git bisect". Signed-off-by: Paul E. McKenney <[email protected]> Signed-off-by: Neeraj Upadhyay (AMD) <[email protected]>
1 parent 0783f21 commit d573000

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/testing/selftests/rcutorture/bin/torture.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,7 @@ then
410410
echo " --- allmodconfig:" Start `date` | tee -a $T/log
411411
amcdir="tools/testing/selftests/rcutorture/res/$ds/allmodconfig"
412412
mkdir -p "$amcdir"
413+
mktestid.sh "$amcdir"
413414
echo " --- make clean" | tee $amcdir/log > "$amcdir/Make.out" 2>&1
414415
make -j$MAKE_ALLOTED_CPUS clean >> "$amcdir/Make.out" 2>&1
415416
retcode=$?
@@ -516,6 +517,7 @@ then
516517
echo " --- do-rcu-rust:" Start `date` | tee -a $T/log
517518
rrdir="tools/testing/selftests/rcutorture/res/$ds/results-rcu-rust"
518519
mkdir -p "$rrdir"
520+
mktestid.sh "$rrdir"
519521
echo " --- make LLVM=1 rustavailable " | tee -a $rrdir/log > $rrdir/rustavailable.out
520522
make LLVM=1 rustavailable > $T/rustavailable.out 2>&1
521523
retcode=$?

0 commit comments

Comments
 (0)