Fix: tests: conditionally skip Python bindings test that requires Python plugins...
[babeltrace.git] / tests / plugins / sink.ctf.fs / test-assume-single-trace.sh
index 69dfb3626c366d4a552d11f71223708b43cef654..37f52707e13a59b896d95942e9515eccbd2a3b89 100755 (executable)
@@ -28,6 +28,11 @@ temp_output_dir=$(mktemp -d)
 
 trace_dir="$temp_output_dir/the-trace"
 
+if [ "$BT_TESTS_ENABLE_PYTHON_PLUGINS" != "1" ]; then
+       plan_skip_all "This test requires the Python plugin provider"
+       exit
+fi
+
 plan_tests 7
 
 bt_cli "$temp_stdout" "$temp_stderr" \
This page took 0.024964 seconds and 4 git commands to generate.