Commit Diff


commit - d034a40995c44f85bd584c90b5948c463c0dc47a
commit + a9f4312f6f13f5c921bb0725f15f1e349cc37ba9
blob - 86999834d069d0b6fe8f0d2fd005ad8d99fe67e6
blob + 9a3ca293864ed449f6cdd5e511f300e6527d2402
--- tests/run_tests.sh
+++ tests/run_tests.sh
@@ -1,6 +1,7 @@
 #!/bin/sh
 
-HOST="localhost"
+HOST=${1:-"localhost"}
+
 PORT=1965
 
 check_status()