]> git.baikalelectronics.ru Git - kernel.git/commit
rcutorture: Don't rebuild identical kernel
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 30 Mar 2016 17:48:06 +0000 (10:48 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 21 Apr 2016 20:47:04 +0000 (13:47 -0700)
commit00b4726f2fbbe46f865b4e92119def2dd059e7c7
treebb68cf38bc1c922fc87defd384a6e655af7cc897
parentafab24094d48c68bccbb3343443c2a383cb61a58
rcutorture: Don't rebuild identical kernel

Currently, if the user specifies multiple runs of a given test
configuration, the scripting does multiple kernel builds.  This wastes
both time and disk space, so this commit makes the scripting use the
first build for all runs of a given test configuration.

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