This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 12c434b committed Mar 3, 2025 · 2 / 3
1 parent 5f4d0d4 commit 12c434b Copy full SHA for 12c434b
File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ export async function openResources(
20
20
wsPath : string ,
21
21
fileName : string
22
22
) : Promise < void > {
23
+ console . log ( 'Platform:' , os . platform ( ) ) ;
24
+
23
25
if ( [ 'win32' , 'darwin' ] . includes ( os . platform ( ) ) ) {
24
26
await VSBrowser . instance . openResources ( wsPath , fileName ) ;
25
27
return ;
Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ docker compose --project-directory e2e-testing up -d dhc-server
11
11
12
12
# Wait for the DH server to start
13
13
until [ " $( curl --silent --fail --request OPTIONS --output /dev/null http://localhost:10000/jsapi/dh-core.js && echo ' pass' || echo ' fail' ) " = " pass" ]; do
14
- echo " Waiting for service to be ready ..."
14
+ echo " Waiting for Deephaven server ..."
15
15
sleep 2
16
16
done
17
- echo " Service is ready!"
17
+ echo " Deephvaen server is ready!"
18
18
19
19
# Run e2e tests
20
20
echo " Running E2E tests..."
You can’t perform that action at this time.
0 commit comments