Skip to content

Commit b55787e

Browse files
authored
Merge pull request #5813 from larsewi/gdb
Don't print license when initiating gdb from testall script
2 parents abd0eb9 + d67739b commit b55787e

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
@@ -485,7 +485,7 @@ export CFENGINE_TEST_OVERRIDE_WORKDIR TEMP CFENGINE_TEST_OVERRIDE_EXTENSION_LIBR
485485
then
486486
printf "\"$LIBTOOL\" --mode=execute " >> "$WORKDIR/runtest"
487487
fi
488-
printf "gdb --args " >> "$WORKDIR/runtest"
488+
printf "gdb -silent --args " >> "$WORKDIR/runtest"
489489
fi
490490

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

0 commit comments

Comments
 (0)