Rework subtitle writing to fix incorrect output with
[libdcp.git] / run / tests
index 4bc3e5f3f763a909b63584865c97d6475a613e19..2ea87bedc214e71fd7e2b7f27dbbbee6b485dbbe 100755 (executable)
--- 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