tamed: Ignore SIGUSR2
This was originally going to tell tamed to redraw the runner status line, but a different approach was taken.main
parent
c72d908a3f
commit
4a3b86f480
4
bin/tame
4
bin/tame
|
@ -86,10 +86,6 @@ command-runner()
|
||||||
date +%s > "$base/cmdstart"
|
date +%s > "$base/cmdstart"
|
||||||
echo "$*" > "$base/cmdline"
|
echo "$*" > "$base/cmdline"
|
||||||
|
|
||||||
# notify tamed that it should update any diagnostic display
|
|
||||||
#local -ri tamed_pid=$( < "$root/pid" )
|
|
||||||
#kill -USR2 "$tamed_pid"
|
|
||||||
|
|
||||||
# all remaining arguments are passed to the runner
|
# all remaining arguments are passed to the runner
|
||||||
echo "$*" > "$base/0"
|
echo "$*" > "$base/0"
|
||||||
|
|
||||||
|
|
|
@ -564,9 +564,6 @@ main()
|
||||||
spawn-runner 0 "$root"
|
spawn-runner 0 "$root"
|
||||||
trap "spawn-next-runner '$root'" USR1
|
trap "spawn-next-runner '$root'" USR1
|
||||||
|
|
||||||
# runner report on SIGUSR2
|
|
||||||
trap "runner-report-line '$root'" USR2
|
|
||||||
|
|
||||||
# status line reporting on runners for TUI mode
|
# status line reporting on runners for TUI mode
|
||||||
tui-runner-status-line &
|
tui-runner-status-line &
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue