summary refs log tree commit diff
path: root/tools
diff options
context:
space:
mode:
authorJeffrin Jose T <ahiliation@yahoo.co.in>2018-04-23 19:40:22 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-04-25 17:27:09 +0200
commit0183df0baf7912b9fae16b5281f1eabbb4572b3d (patch)
tree579d912a86a07fe2097c24bc8c4472212dd4ac7d /tools
parent3e14c6abbfb5c94506edda9d8e2c145d79375798 (diff)
downloadlinux-0183df0baf7912b9fae16b5281f1eabbb4572b3d.tar.gz
selftests:firmware: fixes a call to a wrong function name
 This is a patch to the tools/testing/selftests/firmware/fw_run_tests.sh
 file which fixes a bug which calls to a wrong function name,which in turn
 blocks the execution of certain tests.

Signed-off-by: Jeffrin Jose T <jeffrin@rajagiritech.edu.in>
Acked-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/testing/selftests/firmware/fw_run_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/firmware/fw_run_tests.sh b/tools/testing/selftests/firmware/fw_run_tests.sh
index 06d638e9dc62..cffdd4eb0a57 100755
--- a/tools/testing/selftests/firmware/fw_run_tests.sh
+++ b/tools/testing/selftests/firmware/fw_run_tests.sh
@@ -66,5 +66,5 @@ if [ -f $FW_FORCE_SYSFS_FALLBACK ]; then
 	run_test_config_0003
 else
 	echo "Running basic kernel configuration, working with your config"
-	run_test
+	run_tests
 fi