Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9e0e626

Browse files
committed
try-4 to fix travis build
1 parent3e2e24e commit9e0e626

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

‎mk_dockerfile.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ if [ -z ${PG_VERSION+x} ]; then
44
fi
55

66
if [-z${LEVEL+x} ];then
7-
LEVEL=scan-build
7+
LEVEL=standard
88
fi
99

1010
echo PG_VERSION=${PG_VERSION}

‎run_tests.sh‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export PGPORT=55435
1818
export VIRTUAL_ENV_DISABLE_PROMPT=1
1919
id
2020
ls -l$(which make pg_config) /bin/sh
21+
make --version
2122

2223
# rebuild PostgreSQL with cassert + valgrind support
2324
if ["$LEVEL"="hardcore" ]|| \
@@ -80,7 +81,7 @@ if [ "$LEVEL" = "scan-build" ] || \
8081
["$LEVEL"="nightmare" ];then
8182

8283
# perform static analyzis
83-
scan-build --status-bugs make USE_PGXS=1|| status=$?
84+
scan-build --status-bugs make--traceUSE_PGXS=1|| status=$?
8485

8586
# something's wrong, exit now!
8687
if [$status-ne 0 ];thenexit 1;fi

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp