Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMirzayanov committed Sep 3, 2023
1 parent fc12fbf commit d38bf8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@ if [[ "$machine" == "Windows" && ("$ARGS_CPP" == "" || "$ARGS_CPP" == "msvc") ]]

echo "Before CMD"
#cmd.exe /C 'D:\a\testlib\testlib\tests\dovcvars.bat 2>&1'
C:/Windows/System32/cmd.exe /C testme.bat
chmod 777 testme.bat
cmd.exe /C testme.bat
echo "After CMD"

sleep 1
Expand Down

0 comments on commit d38bf8b

Please sign in to comment.