You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: e2e/tests/runtime/node.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -261,8 +261,8 @@ tests:
261
261
body:
262
262
run:
263
263
stdout: ""
264
-
stderr: "/^/code/index\\.js:1\nthrow new Error\\(\"something went wrong\"\\);\n\\^\n\nError: something went wrong\n at Object\\.<anonymous> \\(/code/index\\.js:1:7\\)\n[\\s\\S]*Node\\.js v[\\d.]+\n$/"
265
-
output: "/^/code/index\\.js:1\nthrow new Error\\(\"something went wrong\"\\);\n\\^\n\nError: something went wrong\n at Object\\.<anonymous> \\(/code/index\\.js:1:7\\)\n[\\s\\S]*Node\\.js v[\\d.]+\n$/"
264
+
stderr: "/^/sandbox/index\\.js:1\nthrow new Error\\(\"something went wrong\"\\);\n\\^\n\nError: something went wrong\n at Object\\.<anonymous> \\(/sandbox/index\\.js:1:7\\)\n[\\s\\S]*Node\\.js v[\\d.]+\n$/"
265
+
output: "/^/sandbox/index\\.js:1\nthrow new Error\\(\"something went wrong\"\\);\n\\^\n\nError: something went wrong\n at Object\\.<anonymous> \\(/sandbox/index\\.js:1:7\\)\n[\\s\\S]*Node\\.js v[\\d.]+\n$/"
stderr: "/code/main.rb:2:in 'UNIXSocket#initialize': No such file or directory - connect(2) for /run/docker.sock (Errno::ENOENT)\n\tfrom /code/main.rb:2:in 'IO.new'\n\tfrom /code/main.rb:2:in '<main>'\n"
39
-
output: "/code/main.rb:2:in 'UNIXSocket#initialize': No such file or directory - connect(2) for /run/docker.sock (Errno::ENOENT)\n\tfrom /code/main.rb:2:in 'IO.new'\n\tfrom /code/main.rb:2:in '<main>'\n"
38
+
stderr: "/sandbox/main.rb:2:in 'UNIXSocket#initialize': No such file or directory - connect(2) for /run/docker.sock (Errno::ENOENT)\n\tfrom /sandbox/main.rb:2:in 'IO.new'\n\tfrom /sandbox/main.rb:2:in '<main>'\n"
39
+
output: "/sandbox/main.rb:2:in 'UNIXSocket#initialize': No such file or directory - connect(2) for /run/docker.sock (Errno::ENOENT)\n\tfrom /sandbox/main.rb:2:in 'IO.new'\n\tfrom /sandbox/main.rb:2:in '<main>'\n"
0 commit comments