Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Commit

Permalink
try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
siddontang committed Feb 29, 2020
1 parent b43e0a8 commit cb71d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/_utils/run_dumpling
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ set -e

echo "[$(date)] Executing bin/dumpling..."

bin/dumpling -u "$DUMPLING_TEST_USER" -h "$DUMPLING_TEST_HOST" \
bin/dumpling -u "$DUMPLING_TEST_USER" -H "$DUMPLING_TEST_HOST" \
-P "$DUMPLING_TEST_PORT" -B "$DUMPLING_TEST_DATABASE" \
-p "$DUMPLING_TEST_PASSWORD" -o "$DUMPLING_OUTPUT_DIR" "$@"

0 comments on commit cb71d4b

Please sign in to comment.