summaryrefslogtreecommitdiff
path: root/cli/tests/integration_tests.rs
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-07-04 13:05:01 -0400
committerGitHub <noreply@github.com>2020-07-04 13:05:01 -0400
commit5f9e600c5bb78ae35a9a12d250f1d7cad79cf7a4 (patch)
treedf0085e1287912f014bf804d2070f189a367b772 /cli/tests/integration_tests.rs
parentfca492907cb0e6b12f202681ccf36278b5bfa81a (diff)
chore: port http_server.py to rust (#6364)
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r--cli/tests/integration_tests.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs
index 6855df707..616849520 100644
--- a/cli/tests/integration_tests.rs
+++ b/cli/tests/integration_tests.rs
@@ -2600,7 +2600,8 @@ fn test_permissions_net_listen_allow_localhost_4555_fail() {
#[test]
fn test_permissions_net_listen_allow_localhost() {
- // Port 4600 is chosen to not colide with those used by tools/http_server.py
+ // Port 4600 is chosen to not colide with those used by
+ // target/debug/test_server
let (_, err) = util::run_and_collect_output(
true,
"run --allow-net=localhost complex_permissions_test.ts netListen localhost:4600",