summaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-09-20 23:55:47 +0100
committerCarl Hetherington <cth@carlh.net>2016-10-07 00:02:47 +0100
commitc4d06c36ffc25273d3f35449a415b2b813d47a27 (patch)
tree9651a111db048c01d1e85f7ed063fcc8ab79208d /run
parent4e1c04f5448364f0931a2d2d5fe8dcc8619463fc (diff)
Rework subtitle writing to fix incorrect output with
in-line font changes (#952).
Diffstat (limited to 'run')
-rwxr-xr-xrun/tests2
1 files changed, 1 insertions, 1 deletions
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