commit | ff195453c9d62f0a30f2d64436c2d614a2278ba7 | [log] [tgz] |
---|---|---|
author | Jim Schaad <ietf@augustcellars.com> | Wed Apr 08 13:08:38 2020 -0700 |
committer | Jim Schaad <ietf@augustcellars.com> | Wed Apr 08 15:31:14 2020 -0700 |
tree | 2a33ba1cd7bb20c793008972a970af7deaa22791 | |
parent | 02bfb77f6c20d648dee1188718654d8a68bc7689 [diff] |
Correct test directory
diff --git a/.appveyor.yml b/.appveyor.yml index 63e7a65..ccc4d75 100644 --- a/.appveyor.yml +++ b/.appveyor.yml
@@ -22,5 +22,5 @@ project: $(APPVEYOR_BUILD_FOLDER)\$(APPVEYOR_PROJECT_NAME).sln test_script: - - cd dist\test\$(CONFIGURATION) + - cd dist\test\%CONFIGURATION% - cbor_test.exe