diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/testing/selftests/rcutorture/bin/kvm-test-1-run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/rcutorture/bin/kvm-test-1-run.sh b/tools/testing/selftests/rcutorture/bin/kvm-test-1-run.sh index ea6e373edc27..93eede4e8fbe 100755 --- a/tools/testing/selftests/rcutorture/bin/kvm-test-1-run.sh +++ b/tools/testing/selftests/rcutorture/bin/kvm-test-1-run.sh | |||
@@ -170,7 +170,7 @@ qemu_append="`identify_qemu_append "$QEMU"`" | |||
170 | # Pull in Kconfig-fragment boot parameters | 170 | # Pull in Kconfig-fragment boot parameters |
171 | boot_args="`configfrag_boot_params "$boot_args" "$config_template"`" | 171 | boot_args="`configfrag_boot_params "$boot_args" "$config_template"`" |
172 | # Generate kernel-version-specific boot parameters | 172 | # Generate kernel-version-specific boot parameters |
173 | boot_args="`per_version_boot_params "$boot_args" $builddir/.config $seconds`" | 173 | boot_args="`per_version_boot_params "$boot_args" $resdir/.config $seconds`" |
174 | 174 | ||
175 | if test -n "$TORTURE_BUILDONLY" | 175 | if test -n "$TORTURE_BUILDONLY" |
176 | then | 176 | then |