Have Appveyor make 'tapfiles test-results' instead of 'runtests'

This commit is contained in:
Andrew Johnson
2020-04-18 00:36:35 -05:00
parent 3790ce4452
commit 91c18c32d4

View File

@@ -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 #