fix: 'env.sh' is optional, ignore it in shellcheck
[babeltrace.git] / tests / utils / env.sh.in
index ab5b47e783714804a7ed747e165cddd328c88cc3..78964537a560e3f531181ee31f954d34a7221fbd 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/bash
 #
+# SPDX-FileCopyrightText: 2021-2022 EfficiOS, Inc.
 # SPDX-License-Identifier: GPL-2.0-only
-#
 
 ### Base paths to test suite ###
 if [ -z "${BT_TESTS_SRCDIR:-}" ]; then
@@ -53,3 +53,9 @@ if [ -z "${BT_TESTS_ENABLE_ASAN:-}" ]; then
        BT_TESTS_ENABLE_ASAN="@ENABLE_ASAN@"
 fi
 export BT_TESTS_ENABLE_ASAN
+
+# Define to 1 to enable tests that depend on the Python plugins support
+if [ -z "${BT_TESTS_ENABLE_PYTHON_PLUGINS:-}" ]; then
+       BT_TESTS_ENABLE_PYTHON_PLUGINS="@ENABLE_PYTHON_PLUGINS@"
+fi
+export BT_TESTS_ENABLE_PYTHON_PLUGINS
This page took 0.023728 seconds and 4 git commands to generate.