torture: Save a few lines by using config_override_param initially
authorPaul E. McKenney <paulmck@kernel.org>
Thu, 9 Apr 2020 23:58:00 +0000 (16:58 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Thu, 7 May 2020 17:15:29 +0000 (10:15 -0700)
commit409670aa26b6a8c9c0fb34eb7a887b9fedc6952b
treee2738c5319f7655ec9887d39911fb6fb514d981a
parent5b6b4b69ad6494733dafa090c09dd80eda741d1f
torture: Save a few lines by using config_override_param initially

This commit saves a few lines of code by also using the bash
config_override_param() to set the initial list of Kconfig options from
the CFcommon file.  While in the area, it makes this function capable of
update-in-place on the file containing the cumulative Kconfig options,
thus avoiding annoying changes when adding another source of options.

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