Skip to content

Commit

Permalink
test: minor, clarify
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
  • Loading branch information
troglobit committed Sep 14, 2023
1 parent ea68413 commit 480d291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ echo "$finit_ppid" > "$SYSROOT"/running_test.pid
log "$color_reset" 'Setup of test environment done, waiting for Finit ...' ''

finit_pid=$(retry "pgrep -P $finit_ppid")
echo "Finit running as $finit_pid"
echo "Finit running as PID $finit_pid"
#tty=/dev/$(texec cat /sys/class/tty/console/active)
#texec cat "$tty" &

Expand Down

0 comments on commit 480d291

Please sign in to comment.