From 2e8143599001e1cb373cd3ae95a9c23d7f8bcc03 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 26 Apr 2015 09:44:43 -0700 Subject: Appveyor - don't cd in test_script. We're already in the build directory after build_script. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 44ad7f0..5c6dc65 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,5 +17,5 @@ build_script: test_script: - | - cd build && nmake /nologo test + nmake /nologo test -- cgit v1.2.3