Skip to content

Commit

Permalink
Fixed port test. [#METR-22966]
Browse files Browse the repository at this point in the history
curl was muted.
  • Loading branch information
ludv1x committed Oct 14, 2016
1 parent 144d901 commit fcd8b72
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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'

0 comments on commit fcd8b72

Please sign in to comment.