From 91c18c32d461dfe1edb3672e7e5afee01de89a2f Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Sat, 18 Apr 2020 00:36:35 -0500 Subject: [PATCH] Have Appveyor make 'tapfiles test-results' instead of 'runtests' --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index bc04839e5..a76d7c525 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -77,7 +77,7 @@ build_script: - cmd: ci/appveyor-make.bat test_script: - - cmd: ci/appveyor-make.bat runtests + - cmd: ci/appveyor-make.bat tapfiles test-results #---------------------------------# # notifications #