From 62122e6d1cd04fdc64744cb5ff5f1706f885f51d Mon Sep 17 00:00:00 2001 From: David Herman Date: Mon, 30 Oct 2023 09:22:56 -0700 Subject: [PATCH] remove spurious comment --- test/integration/proxy/local-proxy.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/test/integration/proxy/local-proxy.sh b/test/integration/proxy/local-proxy.sh index 99bb8383..c17c1c33 100755 --- a/test/integration/proxy/local-proxy.sh +++ b/test/integration/proxy/local-proxy.sh @@ -34,7 +34,6 @@ rm -rf ./storage ./proxy.log pm2 start verdaccio --name neon-test-proxy --no-autorestart -- --config ./config.yml --listen ${LOCAL_PROXY} # Wait for the server to begin listening for connections -# "${LOCAL_PROXY}" ( tail -F -n10 ./proxy.log & ) | fgrep -q "${LOCAL_PROXY}" cat ./proxy.log