Merge pull request #136 from ludv1x/METR-22966

Fixed client port test
This commit is contained in:
alexey-milovidov 2016-10-14 18:01:48 +04:00 committed by GitHub
commit 8e3b8abf83

View File

@ -1,4 +1,4 @@
#!/bin/bash
set -e
curl --local-port 1390 'http://localhost:8123?query=SELECT%20port%20FROM%20system.processes%20ORDER%20BY%20elapsed%20LIMIT%201'
curl -sS --local-port 1390 'http://localhost:8123?query=SELECT%20port%20FROM%20system.processes%20ORDER%20BY%20elapsed%20LIMIT%201'