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