From b1adefb7502a2f65cf40a528d00a71974b0f1d42 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Wed, 31 May 2017 21:06:39 +0100 Subject: [PATCH] CI: Correct path to test --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 69574579..4b610dbb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -58,5 +58,5 @@ test_script: - cd libs\config\test - ..\..\..\b2 config_info_travis_install toolset=%TOOLSET% - config_info_travis - - cd ..\..\integer\test + - cd ..\..\multiprecision\test - ..\..\..\b2 -j3 toolset=%TOOLSET% define=CI_SUPPRESS_KNOWN_ISSUES