From b4a8f7345159fca93d7006d30325436fb869dc45 Mon Sep 17 00:00:00 2001 From: Christian Tismer Date: Thu, 22 Sep 2016 17:06:35 +0200 Subject: fix testing with filtering on real CI There are a couple of effects when running testrunner.py in real life. Fix: It reports success when there are no tests found. Fix and extend the recognition of relative paths. Add a "getcwd" sub-command to get external access to the build folder. The make command uses no longer "-C" for easier environ access. Change-Id: Iee2f81ed762b9773021055d26f9b144c31acbe35 Reviewed-by: Alexandru Croitor --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f19598305..6a8b69288 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,8 @@ /build /dist -/pyside_build -/pyside_package -/pyside_install +/pyside*_build +/pyside*_package +/pyside*_install /PySide /PySide-*.*.* /SciTE.* -- cgit v1.2.3