selftests:firmware: fixes a call to a wrong function name
authorJeffrin Jose T <[email protected]>
Mon, 23 Apr 2018 14:10:22 +0000 (19:40 +0530)
committerGreg Kroah-Hartman <[email protected]>
Wed, 25 Apr 2018 15:27:09 +0000 (17:27 +0200)
 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 <[email protected]>
Acked-by: Kees Cook <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
tools/testing/selftests/firmware/fw_run_tests.sh

index 06d638e9dc62748bf33bfbf7dbcb37f9494fdc00..cffdd4eb0a57ccc76b6da44b6f557cec1798f72d 100755 (executable)
@@ -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