summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rwxr-xr-xcpp/src/tests/dynamic_log_level_test1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/tests/dynamic_log_level_test b/cpp/src/tests/dynamic_log_level_test
index 58745b7ccc..990e56b1b1 100755
--- a/cpp/src/tests/dynamic_log_level_test
+++ b/cpp/src/tests/dynamic_log_level_test
@@ -21,6 +21,7 @@
# Run a simple test to verify dynamic log level changes
source ./test_env.sh
+test -d $PYTHON_DIR || { echo "Skipping python tests, no python dir."; exit 0; }
LOG_FILE=log_test.log
trap cleanup EXIT