aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2019-01-03 23:43:56 +0100
committerAnders Broman <a.broman58@gmail.com>2019-01-05 06:46:54 +0000
commit2e411dba93bf2ceecf3dd201b2d100864229ce02 (patch)
treed6fc878b4b9962d6ee364eca05d32142c2e1346f /appveyor.yml
parentf100f7f122885418dfd4d65a062632c6bbdd20c7 (diff)
test: allow running pytest without specifying the tests directory
This allows `pytest` to be executed from the top-level source or build directory (or any other directory below). Change-Id: Ib7af2ea2aaf01319d6839d2dc67228fbb5a7bc34 Reviewed-on: https://code.wireshark.org/review/31370 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.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 2db2f0679c..6e200f290f 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -58,7 +58,7 @@ before_test:
- msbuild /m test-programs.vcxproj
test_script:
- - pytest -nauto ..\test
+ - pytest -nauto
on_finish:
- ps: |