[glib/1798-freebsd-test] WIP



commit 1b8bf3370d084baad1d299a309f22b72f1f121f3
Author: Philip Withnall <withnall endlessm com>
Date:   Mon Jun 3 18:30:23 2019 +0100

    WIP
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 .gitlab-ci/run-tests.sh | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci/run-tests.sh b/.gitlab-ci/run-tests.sh
index 6d3aa15f8..fc676f5e8 100755
--- a/.gitlab-ci/run-tests.sh
+++ b/.gitlab-ci/run-tests.sh
@@ -2,7 +2,10 @@
 
 set +e
 
-gdb -ex run -ex quit --args _build/glib/tests/contenttype
+gdb --args _build/glib/tests/contenttype <<END
+run
+quit
+END
 
 meson test \
         -C _build \


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