We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 067b25a commit 16c513bCopy full SHA for 16c513b
tools/testing/selftests/memory-hotplug/Makefile
@@ -4,7 +4,7 @@ all:
4
include ../lib.mk
5
6
TEST_PROGS := mem-on-off-test.sh
7
-override RUN_TESTS := ./mem-on-off-test.sh -r 2 && echo "selftests: memory-hotplug [PASS]" || echo "selftests: memory-hotplug [FAIL]"
+override RUN_TESTS := @./mem-on-off-test.sh -r 2 && echo "selftests: memory-hotplug [PASS]" || echo "selftests: memory-hotplug [FAIL]"
8
override EMIT_TESTS := echo "$(RUN_TESTS)"
9
10
run_full_test:
0 commit comments