File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
tools/testing/selftests/rcutorture/bin Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -587,16 +587,18 @@ then
587
587
wait
588
588
if test -s $T /xz-todo-copy
589
589
then
590
+ # The trick here is that we need corresponding
591
+ # vmlinux files from corresponding scenarios.
590
592
echo Linking vmlinux.xz files to re-use scenarios ` date` | tee -a " $tdir /log-xz" | tee -a $T /log
591
593
dirstash=" ` pwd` "
592
594
for i in ` cat $T /xz-todo-copy`
593
595
do
594
596
cd $i
595
- find " $i " -name vmlinux -print > $T /xz-todo-copy-vmlinux
597
+ find . -name vmlinux -print > $T /xz-todo-copy-vmlinux
596
598
for v in ` cat $T /xz-todo-copy-vmlinux`
597
599
do
598
600
rm -f " $v "
599
- cp -l " $i /$v " .xz " ` dirname " $v " ` "
601
+ cp -l ` cat $i /re-run ` / " $i /$v " .xz " ` dirname " $v " ` "
600
602
done
601
603
cd " $dirstash "
602
604
done
You can’t perform that action at this time.
0 commit comments