From c4d06c36ffc25273d3f35449a415b2b813d47a27 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 20 Sep 2016 23:55:47 +0100 Subject: Rework subtitle writing to fix incorrect output with in-line font changes (#952). --- run/tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run') diff --git a/run/tests b/run/tests index 4bc3e5f3..2ea87bed 100755 --- a/run/tests +++ b/run/tests @@ -19,7 +19,7 @@ done # Run the unit tests in test/ if [ "$1" == "--debug" ]; then shift - gdb --args $work/tests $private + gdb --args $work/tests $private $* elif [ "$1" == "--valgrind" ]; then shift valgrind --tool="memcheck" $work/tests $private -- cgit v1.2.3