diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-04-26 09:44:43 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-04-26 09:44:43 -0700 |
commit | 2e8143599001e1cb373cd3ae95a9c23d7f8bcc03 (patch) | |
tree | 295bf643362cd970b03943fd712cede6cd4708bf /appveyor.yml | |
parent | 7441bb4b85a75869aa7604c0315f4c9f743b04c6 (diff) |
Appveyor - don't cd in test_script.
We're already in the build directory after build_script.
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |