diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-09-20 23:55:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-10-07 00:02:47 +0100 |
| commit | c4d06c36ffc25273d3f35449a415b2b813d47a27 (patch) | |
| tree | 9651a111db048c01d1e85f7ed063fcc8ab79208d /run | |
| parent | 4e1c04f5448364f0931a2d2d5fe8dcc8619463fc (diff) | |
Rework subtitle writing to fix incorrect output with
in-line font changes (#952).
Diffstat (limited to 'run')
| -rwxr-xr-x | run/tests | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
