Skip to content

Commit a7c6c47

Browse files
committed
Merge branch 'travis_hardcore' of github.com:funbringer/pg_variables into travis_hardcore
2 parents 67e8970 + 4594805 commit a7c6c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if [ "$LEVEL" = "hardcore" ] || \
5050
--enable-cassert \
5151
--prefix=$CUSTOM_PG_BIN
5252

53-
make -s -j$(nproc) && make -s install
53+
time make -s -j$(nproc) && make -s install
5454

5555
# override default PostgreSQL instance
5656
export PATH=$CUSTOM_PG_BIN/bin:$PATH

0 commit comments

Comments
 (0)