Skip to content

Commit

Permalink
vbs: remove NO_SELF_HOST for run self-host test on Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
OldLiu001 authored and kanaka committed Aug 24, 2024
1 parent 3e040b4 commit db7c10a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion IMPLS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ IMPL:
# - {IMPL: swift4, NO_DOCKER: 1, OS: xcode10}}
- {IMPL: swift5, NO_DOCKER: 1, OS: macos}

- {IMPL: vbs, NO_DOCKER: 1, OS: windows, NO_SELF_HOST: 1} # startup invoke failure
- {IMPL: vbs, NO_DOCKER: 1, OS: windows}
5 changes: 1 addition & 4 deletions impls/vbs/run
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#!/bin/bash
echo cscript.exe -nologo \"`wslpath -w "$(dirname $0)/${STEP:-stepA_mal}.vbs"`\" "${@}" >> debug2.txt
implpath=\"`wslpath -w "$(dirname $0)/${STEP:-stepA_mal}.vbs"`\"
echo $implpath >>implpath.txt
MAL_VBS_IMPL_NO_STDERR=1 MAL_VBS_IMPL_ECHO_STDIN=1 \
WSLENV=MAL_VBS_IMPL_NO_STDERR/w:MAL_VBS_IMPL_ECHO_STDIN/w \
cscript.exe -nologo \"`wslpath -w "$(dirname $0)/${STEP:-stepA_mal}.vbs"`\" "${@}"
cscript.exe -nologo "`wslpath -w "$(dirname $0)/${STEP:-stepA_mal}.vbs"`" "${@}"

0 comments on commit db7c10a

Please sign in to comment.