Home
last modified time | relevance | path

Searched refs:config_template (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/tools/testing/selftests/rcutorture/bin/
Dkvm-build.sh12 config_template=${1}
13 if test -z "$config_template" -o ! -f "$config_template" -o ! -r "$config_template"
15 echo "kvm-build.sh :$config_template: Not a readable file"
24 cp ${config_template} $T/config
Dkvm-test-1-run.sh35 config_template=${1}
36 config_dir=`echo $config_template | sed -e 's,/[^/]*$,,'`
37 title=`echo $config_template | sed -e 's/^.*\///'`
46 echo ' ---' Kconfig fragment at: $config_template >> $resdir/log
52 config_override.sh $config_dir/CFcommon $config_template > $T/Kc1
55 cp $config_template $T/Kc1
57 echo " --- $config_template" >> $resdir/ConfigFragment.input
58 cat $config_template >> $resdir/ConfigFragment.input
59 grep '#CHECK#' $config_template >> $resdir/ConfigFragment
135 cpu_count=`configfrag_boot_cpus "$boot_args" "$config_template" "$cpu_count"`
[all …]