From adbe6b054e3c7c8f6eceb0a0046e57fa3fec6ec4 Mon Sep 17 00:00:00 2001 From: assiduous Date: Thu, 19 Dec 2019 19:13:41 -0800 Subject: appveyor.yml: fixed path to the tests --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 16c33f14..47f16bfd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -75,7 +75,7 @@ build: parallel: true test_script: - - 'cd %APPVEYOR_BUILD_FOLDER%\UnitTests\DiligentCoreAPITest\assets' + - 'cd %APPVEYOR_BUILD_FOLDER%\Tests\DiligentCoreAPITest\assets' - '%APPVEYOR_BUILD_FOLDER%\BuildTools\Scripts\appveyor\run_tests.bat %APPVEYOR_BUILD_FOLDER%\build' after_test: -- cgit v1.2.3