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
with an equivalent code that however calls shell to execute the above command, not cmd.exe. Currently I get:
~/repos/lfortran/integration_tests$ python run_tests.py
+ rm -rf C:\Users\ondrejcertik\repos\lfortran\integration_tests/test-llvm
'rm' is not recognized as an internal or external command,
operable program or batch file.
Command failed.
What's the best way to do that?
The text was updated successfully, but these errors were encountered:
I want to replace this code:
with an equivalent code that however calls
shell
to execute the above command, notcmd.exe
. Currently I get:What's the best way to do that?
The text was updated successfully, but these errors were encountered: