From 2be6694e397cf862b3425ef9ed4917b50f044a62 Mon Sep 17 00:00:00 2001
From: Lukas Holecek <hluk@email.cz>
Date: Wed, 22 Feb 2017 21:39:51 +0100
Subject: [PATCH] AppVeyor: Omit re-running tests on failure

---
 utils/appveyor/after_build.bat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/appveyor/after_build.bat b/utils/appveyor/after_build.bat
index 2efbfe1fd..8b6f5242b 100644
--- a/utils/appveyor/after_build.bat
+++ b/utils/appveyor/after_build.bat
@@ -32,7 +32,7 @@ xcopy /F "%BuildPlugins%\*.dll" "%Destination%\plugins" || goto :error
 
 "%Executable%" --help || goto :error
 "%Executable%" --version || goto :error
-"%Executable%" tests || "%Executable%" tests || goto :error
+"%Executable%" tests || goto :error
 
 7z a "%Name%.zip" -r "%Destination%" || goto :error
 
-- 
GitLab