Remove used arg in scripts/test.bat (#659)

I have no idea why this argument was included when this
script was first added.  `emsdk_env.bat` does not even pass
its argument into `emsdk.py` so this argument has no effect
here.
This commit is contained in:
Sam Clegg
2020-11-30 17:44:53 -08:00
committed by GitHub
parent aa5fedfe29
commit 62fb1718b8

View File

@@ -2,6 +2,6 @@
set PATH=%PATH%;%PYTHON_BIN%
@CALL emsdk install latest
@CALL emsdk activate latest
@CALL emsdk_env.bat --build=Release
@CALL emsdk_env.bat
@CALL python -c "import sys; print(sys.executable)"
@CALL emcc.bat -v