We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e566f56 commit cf93166Copy full SHA for cf93166
tests/unit-tests.sh
@@ -66,7 +66,7 @@ export LOG_FILE
66
test -n "$LOG_FILE"
67
68
# Choose an arbitrary port
69
-PYTHONPATH=$PYTHONPATH:lib $PYTHON lib/chutney/Traffic.py 9999 \
+PYTHONPATH="${PYTHONPATH:-}:lib" $PYTHON lib/chutney/Traffic.py 9999 \
70
| tee "$LOG_FILE"
71
72
# Traffic.py produces output with a single newline. But we don't want to get
0 commit comments