aboutsummaryrefslogtreecommitdiff
path: root/cpu-hotplug/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpu-hotplug/Makefile')
-rw-r--r--cpu-hotplug/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/cpu-hotplug/Makefile b/cpu-hotplug/Makefile
index e9c28d8..12657a5 100644
--- a/cpu-hotplug/Makefile
+++ b/cpu-hotplug/Makefile
@@ -1,9 +1,6 @@
all:
run_tests:
- @/bin/bash ./on-off-test.sh || echo "cpu-hotplug selftests: [FAIL]"
-
-run_full_test:
- @/bin/bash ./on-off-test.sh -a || echo "cpu-hotplug selftests: [FAIL]"
+ @./on-off-test.sh || echo "cpu-hotplug selftests: [FAIL]"
clean: