From 62fb1718b8866ccd6640d7937b3854edd48ed5ce Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Mon, 30 Nov 2020 17:44:53 -0800 Subject: [PATCH] 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. --- scripts/test.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.bat b/scripts/test.bat index 9dd5332..6f8cb33 100755 --- a/scripts/test.bat +++ b/scripts/test.bat @@ -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