]> git.baikalelectronics.ru Git - kernel.git/commit
torture: Flag console.log file to prevent holdovers from earlier runs
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 11 Dec 2014 18:50:22 +0000 (10:50 -0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Sun, 11 Jan 2015 03:08:05 +0000 (19:08 -0800)
commitd588050fa47514c79672478cba75a31fd97e7408
tree76f4cce773e586497fe4e8b753f661ffd39ae96c
parentcc83440182a0e19ceb9269eaba3a3d16db9bff59
torture: Flag console.log file to prevent holdovers from earlier runs

A system misconfiguration that prevents qemu from running at all (for
example, a missing dynamically linked library) will keep the console.log
file from the previous run.  This can fool the developer into thinking
that this failed run actually completed correctly.  This commit therefore
overwrites the console.log file just before launching qemu.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
tools/testing/selftests/rcutorture/bin/kvm-test-1-run.sh