From 10f88f99cceabad292d1e5bd4a15cd2e6ca29b55 Mon Sep 17 00:00:00 2001 From: Lantao Liu Date: Tue, 8 Oct 2019 21:18:00 -0700 Subject: [PATCH] Fix appveyor test. Signed-off-by: Lantao Liu --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 9469bf7a6..8c2af5ec1 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -22,7 +22,7 @@ install: - ps: $psversiontable build_script: - - bash.exe -elc "mingw32-make" + - bash.exe -elc "mingw32-make.exe" test_script: - - bash.exe -elc "mingw32-make test" + - bash.exe -elc "mingw32-make.exe test"