aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorDaniel Kirchner <daniel@ekpyron.org>2018-03-07 03:45:34 +0800
committerDaniel Kirchner <daniel@ekpyron.org>2018-03-13 18:20:11 +0800
commit49eaf7c3fd98a2983ac7c9f0994fbca0b73a33c1 (patch)
tree5ed183d69280b4f2c561af4e2169a304f7362ddd /appveyor.yml
parentf2614be95f71a274db3c172661726dd007e90cf7 (diff)
downloaddexon-solidity-49eaf7c3fd98a2983ac7c9f0994fbca0b73a33c1.tar
dexon-solidity-49eaf7c3fd98a2983ac7c9f0994fbca0b73a33c1.tar.gz
dexon-solidity-49eaf7c3fd98a2983ac7c9f0994fbca0b73a33c1.tar.bz2
dexon-solidity-49eaf7c3fd98a2983ac7c9f0994fbca0b73a33c1.tar.lz
dexon-solidity-49eaf7c3fd98a2983ac7c9f0994fbca0b73a33c1.tar.xz
dexon-solidity-49eaf7c3fd98a2983ac7c9f0994fbca0b73a33c1.tar.zst
dexon-solidity-49eaf7c3fd98a2983ac7c9f0994fbca0b73a33c1.zip
Infrastructure for extracting syntax tests in separate test files.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index ef5f6907..5fd85482 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -71,7 +71,7 @@ build_script:
test_script:
- cd %APPVEYOR_BUILD_FOLDER%\build\test\%CONFIGURATION%
- - soltest.exe --show-progress -- --no-ipc --no-smt
+ - soltest.exe --show-progress -- --testpath %APPVEYOR_BUILD_FOLDER%\test --no-ipc --no-smt
# Skip bytecode compare if private key is not available
- cd %APPVEYOR_BUILD_FOLDER%
- ps: if ($env:priv_key) {