linux/tools/testing/selftests/rcutorture/bin
Paul E. McKenney 6bb7ff175e torture: Use correct path for Kconfig fragment for duplicates
Currently, the rcutorture scripting will give an error message if
running a duplicate scenario that happens also to have a non-existent
build directory (b1, b2, ... in the rcutorture directory).  Worse yet, if
the build directory has already been created and used for a real build,
the script will silently grab the wrong Kconfig fragment, which could
cause confusion to the poor sap (me) analyzing old test results.  At
least the actual test runs correctly...

This commit therefore accesses the Kconfig fragment from the results
directory corresponding to the first of the duplicate scenarios, for
which a build was actually carried out.  This prevents both the messages
and at least one form of later confusion.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
2017-04-19 09:29:19 -07:00
..
config2frag.sh
configcheck.sh
configinit.sh rcutorture: Display "make oldconfig" errors 2015-05-27 13:00:00 -07:00
configNR_CPUS.sh
cpus2use.sh rcutorture: Handle different mpstat versions 2015-01-10 19:08:03 -08:00
functions.sh rcutorture: Drop "-soundhw pcspkr" from x86 boot arguments 2016-06-14 16:03:30 -07:00
jitter.sh rcutorture: Add OS-jitter capability 2016-04-21 13:45:35 -07:00
kvm-build.sh
kvm-recheck-lock.sh
kvm-recheck-rcu.sh rcutorture: Issue warnings on close calls due to Reader Batch blows 2015-01-10 19:07:46 -08:00
kvm-recheck-rcuperf-ftrace.sh rcutorture: Make scripts analyze rcuperf trace data, if present 2016-03-31 13:38:57 -07:00
kvm-recheck-rcuperf.sh rcutorture: Make scripts analyze rcuperf trace data, if present 2016-03-31 13:38:57 -07:00
kvm-recheck.sh rcutorture: Update scripting to accommodate rcuperf 2016-03-31 13:37:36 -07:00
kvm-test-1-run.sh torture: Use correct path for Kconfig fragment for duplicates 2017-04-19 09:29:19 -07:00
kvm.sh torture: Prevent jitter from delaying build-only runs 2016-11-14 10:48:59 -08:00
parse-build.sh rcutorture: Make build-output parsing correctly flag RCU's warnings 2015-01-10 19:07:57 -08:00
parse-console.sh torture: Add starvation events to error summary 2016-06-14 16:02:17 -07:00
parse-torture.sh