From ef407ea8967736c9d65963b02a36b01f22d3d7d3 Mon Sep 17 00:00:00 2001 From: Daniel Kirchner Date: Wed, 4 Sep 2019 10:57:01 +0200 Subject: [PATCH] Try to fix appveyor run by chaning bytecode pull output from stderr to stdout. --- scripts/bytecodecompare/storebytecode.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bytecodecompare/storebytecode.bat b/scripts/bytecodecompare/storebytecode.bat index ef20a3207..996b0e72a 100644 --- a/scripts/bytecodecompare/storebytecode.bat +++ b/scripts/bytecodecompare/storebytecode.bat @@ -39,5 +39,5 @@ set REPORT=%DIRECTORY%/windows.txt cp ../report.txt %REPORT% git add %REPORT% git commit -a -m "Added report." -git pull --rebase +git pull --rebase 2>&1 git push origin 2>&1