Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
zond committed Jun 3, 2024
1 parent 5e37671 commit 3ab2e87
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions diptest/start_test_server.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

echo "Python version:"
python --version
echo "Starting dev_appserver.py"
${GCLOUD_ROOT}/bin/dev_appserver.py --require_indexes --skip_sdk_update_check=true --clear_datastore=true --datastore_consistency_policy=consistent ${GITHUB_WORKSPACE}/app.yaml > /tmp/start_test_server.log 2>&1 &
tail -f /tmp/start_test_server.log &
Expand Down

0 comments on commit 3ab2e87

Please sign in to comment.