Skip to content

Commit 0806ab1

Browse files
committed
[PGPRO-5833] Changes for tests with nightmare level (travis-ci)
1 parent b78a396 commit 0806ab1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

run_tests.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ if [ "$LEVEL" = "hardcore" ] || \
4343
# enable additional options
4444
./configure \
4545
CFLAGS='-O0 -ggdb3 -fno-omit-frame-pointer' \
46-
--enable-cassert \
46+
--enable-cassert --enable-debug \
4747
--prefix=$CUSTOM_PG_BIN \
4848
--quiet
4949

@@ -100,6 +100,7 @@ if [ "$LEVEL" = "nightmare" ]; then
100100
--time-stamp=yes \
101101
--track-origins=yes \
102102
--trace-children=yes \
103+
--trace-children-skip="/bin/*,/usr/bin/*,/lib/*" \
103104
--gen-suppressions=all \
104105
--suppressions=$CUSTOM_PG_SRC/src/tools/valgrind.supp \
105106
--suppressions=$PWD/valgrind.supp \

0 commit comments

Comments
 (0)