Skip to content

Commit d67739b

Browse files
committed
Don't print license when initiating gdb from testall script
Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
1 parent 589fd59 commit d67739b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/acceptance/testall

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ export CFENGINE_TEST_OVERRIDE_WORKDIR TEMP CFENGINE_TEST_OVERRIDE_EXTENSION_LIBR
483483
then
484484
printf "\"$LIBTOOL\" --mode=execute " >> "$WORKDIR/runtest"
485485
fi
486-
printf "gdb --args " >> "$WORKDIR/runtest"
486+
printf "gdb -silent --args " >> "$WORKDIR/runtest"
487487
fi
488488

489489
if [ -n "$USE_VALGRIND" -a $TEST_TYPE = errorexit ]

0 commit comments

Comments
 (0)