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

Commit 6de723f

Browse files
authored
Merge branch 'master' into dmius-i3-mount-fix
2 parents 6183ea7 + 6b24201 commit 6de723f

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
@@ -451,7 +451,6 @@ while [ $# -gt 0 ]; do
451451
--pg-version )
452452
PG_VERSION="$2"; shift 2 ;;
453453
--pg-config )
454-
#Still unsupported TODO(NikolayS) top priority
455454
PG_CONFIG="$2"; shift 2;;
456455
--db-prepared-snapshot )
457456
#Still unsupported
@@ -644,7 +643,7 @@ else
644643
if [[ "$?" -ne "0" ]]; then # TODO(NikolayS) support file:// and s3://
645644
#err "WARNING: Value given as pg_config: '$PG_CONFIG' not found as file will use as content"
646645
echo "$PG_CONFIG" > $TMP_PATH/pg_config_tmp.sql
647-
WORKLOAD_CUSTOM_SQL="$TMP_PATH/pg_config_tmp.sql" ## TODO(NikolayS) <<< bug/typo?
646+
PG_CONFIG="$TMP_PATH/pg_config_tmp.sql"
648647
fi
649648
fi
650649

0 commit comments

Comments
 (0)