[folks] ci: Make sure run-tests passes all options



commit cce71d5b7219fb21508c94077592bd8684675aa2
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Sun Jun 7 18:25:52 2020 +0200

    ci: Make sure run-tests passes all options

 .gitlab-ci/run-tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci/run-tests.sh b/.gitlab-ci/run-tests.sh
index 64d3863a..dfb828c5 100755
--- a/.gitlab-ci/run-tests.sh
+++ b/.gitlab-ci/run-tests.sh
@@ -2,7 +2,7 @@
 
 set +e
 
-meson test -C _build
+meson test -C _build $*
 
 exit_code=$?
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]