VirtualBox

Ignore:
Timestamp:
Jan 20, 2020 4:07:26 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
135762
Message:

Validation Kit/testmanager: Added the ability to also specify a user via PSQL_DB_USER when running the Makefile targets.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/db/Makefile.kmk

    r82799 r82800  
    4343 PSQL_DB_PORT := 5432 # Same for the port; use the default.
    4444endif
    45 PSQL_OPTS = -U postgres --set=ON_ERROR_STOP=1 --host=$(PSQL_DB_HOST) --port=$(PSQL_DB_PORT)
     45ifeq ($(PSQL_DB_USER),)
     46 PSQL_DB_USER := postgres
     47endif
     48PSQL_OPTS = --user=$(PSQL_DB_USER) --set=ON_ERROR_STOP=1 --host=$(PSQL_DB_HOST) --port=$(PSQL_DB_PORT)
    4649
    4750all: $(GENERATED_FILES)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette