urgent bug fixes for danube (1)
[doctor.git] / tests / lib / inspectors / sample
index cd21a00..75d5c02 100644 (file)
@@ -1,5 +1,7 @@
 #!/bin/bash
 
+INSPECTOR_PORT=${INSPECTOR_PORT:-12345}
+
 function start_inspector_sample {
     pgrep -f "python inspector.py" && return 0
     python inspector.py "$INSPECTOR_PORT" > inspector.log 2>&1 &