8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afd090d commit 9f7fe08Copy full SHA for 9f7fe08
site/e2e/server/run_with_forward.sh
@@ -5,8 +5,8 @@ workspace=${1:-}
5
port=${2:-3000}
6
7
if [[ -z "${workspace}" ]]; then
8
- echo "Usage: $0 <workspace> [port]"
9
- exit 1
+ echo "Usage: $0 <workspace> [port]"
+ exit 1
10
fi
11
12
# Go to site.
@@ -36,11 +36,11 @@ rm "$playwright_out"
36
37
echo "Waiting for Playwright to start..."
38
read -r ws_endpoint <&3
39
-if [[ ${ws_endpoint} != ws://* ]]; then
40
- echo "Playwright failed to start."
41
- echo "${ws_endpoint}"
42
- cat "$playwright_out"
43
+if [[ ${ws_endpoint} != ws://* ]]; then
+ echo "Playwright failed to start."
+ echo "${ws_endpoint}"
+ cat "$playwright_out"
44
45
echo "Playwright started at ${ws_endpoint}"
46
0 commit comments