Fix: test: missing test plan for non-x86/arm platforms (i.e powerpc)
[lttng-tools.git] / tests / regression / kernel / test_select_poll_epoll
index 2aa4d6fe168fc13fe9ead63027a272f17d2792b5..5789a3f5911ee65bdf92891387f173719a1af47c 100755 (executable)
@@ -15,6 +15,8 @@ NUM_TESTS=102
 # Only run this test on x86 and arm
 uname -m | grep -E "x86|i686|arm|aarch64" >/dev/null 2>&1
 if test $? != 0; then
+       plan_tests $NUM_TESTS
+       skip 0 "Run only on x86 and arm. Skipping all tests." $NUM_TESTS
        exit 0
 fi
 
@@ -370,6 +372,8 @@ fi
 
 skip $isroot "Root access is needed. Skipping all tests." $NUM_TESTS ||
 {
+       validate_lttng_modules_present
+
        start_lttng_sessiond
 
        test_working_cases
This page took 0.024244 seconds and 4 git commands to generate.