]> 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)
commitc4d49046a1467102fbb0ff457f08e273a555f9cb
treebb68cf38bc1c922fc87defd384a6e655af7cc897
parentd54f30d361b1c2399b3fbc9d6678e6a7fb4596f1
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