mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-11 10:40:07 +00:00
torture: Record kvm-test-1-run.sh and kvm-test-1-run-qemu.sh PIDs
This commit records the process IDs of the kvm-test-1-run.sh and kvm-test-1-run-qemu.sh scripts to ease monitoring of remotely running instances of these scripts. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
This commit is contained in:
parent
7831b391fb
commit
cb1fa863a0
@ -33,6 +33,8 @@ then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo ' ---' `date`: Starting kernel, PID $$
|
||||||
|
|
||||||
# Obtain settings from the qemu-cmd file.
|
# Obtain settings from the qemu-cmd file.
|
||||||
grep '^#' $resdir/qemu-cmd | sed -e 's/^# //' > $T/qemu-cmd-settings
|
grep '^#' $resdir/qemu-cmd | sed -e 's/^# //' > $T/qemu-cmd-settings
|
||||||
. $T/qemu-cmd-settings
|
. $T/qemu-cmd-settings
|
||||||
|
|||||||
@ -41,7 +41,7 @@ then
|
|||||||
echo "kvm-test-1-run.sh :$resdir: Not a writable directory, cannot store results into it"
|
echo "kvm-test-1-run.sh :$resdir: Not a writable directory, cannot store results into it"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
echo ' ---' `date`: Starting build
|
echo ' ---' `date`: Starting build, PID $$
|
||||||
echo ' ---' Kconfig fragment at: $config_template >> $resdir/log
|
echo ' ---' Kconfig fragment at: $config_template >> $resdir/log
|
||||||
touch $resdir/ConfigFragment.input
|
touch $resdir/ConfigFragment.input
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user