aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-12-27 13:57:26 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-12-27 13:57:26 +0100
commit7e319ad03aba413f3165b848eaf821b364f9291b (patch)
treeb913e3ef0f40f541e150af1a9ad9912143266581 /dev/ci
parent2a25e1a56460556f8b8dcef2a70cd0d2b9422383 (diff)
parent84cc70cebf11d28e0bcde36a8fd0d17e51f4bac3 (diff)
Merge PR #6102: Fix #5998: AppVeyor package building is currently failing
Diffstat (limited to 'dev/ci')
-rw-r--r--dev/ci/appveyor.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/appveyor.bat b/dev/ci/appveyor.bat
index e2fbf1f6d..72ee89962 100644
--- a/dev/ci/appveyor.bat
+++ b/dev/ci/appveyor.bat
@@ -37,5 +37,5 @@ if %USEOPAM% == true (
GOTO :EOF
:ErrorExit
- ECHO ERROR MakeCoq_MinGW.bat failed
+ ECHO ERROR %0 failed
EXIT /b 1