Skip to content

Commit

Permalink
use --no-password
Browse files Browse the repository at this point in the history
  • Loading branch information
ychiucco committed Oct 24, 2024
1 parent a152ddc commit 6fe8dec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/serve.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export FRACTAL_TASKS_DIR=FRACTAL_TASK_DIR
export FRACTAL_RUNNER_WORKING_BASE_DIR=FRACTAL_RUNNER_WORKING_BASE_DIR
export FRACTAL_LOGGING_LEVEL=0

dropdb pytest-fractal-client --host=localhost
createdb pytest-fractal-client --host=localhost
dropdb pytest-fractal-client --host=localhost --no-password
createdb pytest-fractal-client --host=localhost --no-password
poetry run fractalctl set-db
poetry run fractalctl start --port 8765

0 comments on commit 6fe8dec

Please sign in to comment.