Jelajahi Sumber

scripts/integration: fix mismerge -- wait for $check_ports (#1504)

Masen Furer 1 tahun lalu
induk
melakukan
69b4dc9fce
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      scripts/integration.sh

+ 1 - 1
scripts/integration.sh

@@ -33,4 +33,4 @@ if [ -f /proc/$pid/winpid ]; then
   echo "Windows detected, passing winpid $pid to port waiter"
 fi
 
-python scripts/wait_for_listening_port.py 3000 8000 --timeout=600 --server-pid "$pid"
+python scripts/wait_for_listening_port.py $check_ports --timeout=600 --server-pid "$pid"