torture: Rename RCU_BUILDONLY to TORTURE_BUILDONLY
[deliverable/linux.git] / tools / testing / selftests / rcutorture / bin / kvm-test-1-run.sh
index e82f4f201c8cb0dc3c26185f86467c6d3488bcf8..86e6ffe6df45dfa472d3072915c67937cec3fa5c 100755 (executable)
@@ -152,7 +152,7 @@ boot_args="`configfrag_boot_params "$boot_args" "$config_template"`"
 boot_args="`per_version_boot_params "$boot_args" $builddir/.config $seconds`"
 
 echo $QEMU $qemu_args -m 512 -kernel $builddir/arch/x86/boot/bzImage -append \"$qemu_append $boot_args\" > $resdir/qemu-cmd
-if test -n "$RCU_BUILDONLY"
+if test -n "$TORTURE_BUILDONLY"
 then
        echo Build-only run specified, boot/test omitted.
        exit 0
This page took 0.026025 seconds and 5 git commands to generate.