Skip to content

Commit a39ef7b

Browse files
leftwoAlan Hanson
and
Alan Hanson
authored
test-replay.sh fix name of DTrace script (#1235)
This was failing with: ``` dtrace: failed to open /input/build/work/scripts/upstairs-info.d: No such file or directory ``` Co-authored-by: Alan Hanson <alan@oxide.computer>
1 parent 14d6835 commit a39ef7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/buildomat/jobs/test-replay.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ iostat -T d -xn 1 > /tmp/debug/iostat.txt 2>&1 &
5858
mpstat -T d 1 > /tmp/debug/mpstat.txt 2>&1 &
5959
vmstat -T d -p 1 < /dev/null > /tmp/debug/paging.txt 2>&1 &
6060
pfexec dtrace -Z -s $input/scripts/perf-downstairs-tick.d > /tmp/debug/perf.txt 2>&1 &
61-
pfexec dtrace -Z -s $input/scripts/upstairs-info.d > /tmp/debug/upinfo.txt 2>&1 &
61+
pfexec dtrace -Z -s $input/scripts/upstairs_info.d > /tmp/debug/upinfo.txt 2>&1 &
6262

6363
banner replay
6464
ptime -m bash "$input/scripts/test_replay.sh"

0 commit comments

Comments
 (0)