summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2019-12-20 03:13:41 +0000
committerassiduous <assiduous@diligentgraphics.com>2019-12-20 03:13:41 +0000
commitadbe6b054e3c7c8f6eceb0a0046e57fa3fec6ec4 (patch)
treef9a6e414aa4c6dd1421ec3847557edad540164b2
parentRenamed UnitTests folder to Tests (diff)
downloadDiligentCore-adbe6b054e3c7c8f6eceb0a0046e57fa3fec6ec4.tar.gz
DiligentCore-adbe6b054e3c7c8f6eceb0a0046e57fa3fec6ec4.zip
appveyor.yml: fixed path to the tests
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
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: