aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2019-01-03 20:17:00 +0100
committerAnders Broman <a.broman58@gmail.com>2019-01-04 18:08:04 +0000
commit751ba4fadc031fe6e9e021a76351e006d23d16f6 (patch)
tree7accca390faa020738ac5a96bde6d81d450f9aa5 /appveyor.yml
parentaba0e8eec0363adc6fac1193666b42b2c49e7bab (diff)
test: assume binaries in $PWD\run\RelWithDebInfo by default
Avoid the need to set `pytest --program-path` in the common case. Change-Id: I3b237e47eee741decb62a74b733110040aa26673 Reviewed-on: https://code.wireshark.org/review/31348 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 82059e4dc6..2db2f0679c 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -58,7 +58,6 @@ before_test:
- msbuild /m test-programs.vcxproj
test_script:
- - set WS_BIN_PATH=%CD%\run\%CONFIGURATION%
- pytest -nauto ..\test
on_finish: