Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit 331427c

Browse files
dmiusDmitry
authored andcommitted
pg-config bug fixed
1 parent 28acb2f commit 331427c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nancy_run.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,6 @@ while true; do
291291
--pg-version )
292292
PG_VERSION="$2"; shift 2 ;;
293293
--pg-config )
294-
#Still unsupported TODO(NikolayS) top priority
295294
PG_CONFIG="$2"; shift 2;;
296295
--db-prepared-snapshot )
297296
#Still unsupported
@@ -522,7 +521,7 @@ else
522521
if [[ "$?" -ne "0" ]]; then # TODO(NikolayS) support file:// and s3://
523522
#err "WARNING: Value given as pg_config: '$PG_CONFIG' not found as file will use as content"
524523
echo "$PG_CONFIG" > $TMP_PATH/pg_config_tmp.sql
525-
WORKLOAD_CUSTOM_SQL="$TMP_PATH/pg_config_tmp.sql" ## TODO(NikolayS) <<< bug/typo?
524+
PG_CONFIG="$TMP_PATH/pg_config_tmp.sql"
526525
fi
527526
fi
528527

0 commit comments

Comments
 (0)