From b50b3b75ee63f16ab6c412f1341bc1aaa2e2a3e5 Mon Sep 17 00:00:00 2001
From: Lukas Holecek <hluk@email.cz>
Date: Sat, 25 Feb 2017 15:53:19 +0100
Subject: [PATCH] AppVeyor: Test "info" argument

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

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