File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ WORKSPACEDIR="/workspace"
44
55sudo service rsyslog start & > /dev/null
66
7+ # Turn off git info in zsh prompt (causes slowdowns)
8+ git config oh-my-zsh.hide-info 1
9+
710# Fix ownership of volumes
811echo " Fixing volumes ownership..."
912sudo chown -R dev:dev " $WORKSPACEDIR /.parcel-cache"
@@ -110,13 +113,13 @@ if [ -z "$EDITOR_VSCODE" ]; then
110113 echo
111114 echo " You can execute arbitrary commands now, e.g.,"
112115 echo
113- echo " ietf/manage.py check && ietf/manage.py runserver 0.0.0.0:8000"
116+ echo " ietf/manage.py runserver 0.0.0.0:8000"
114117 echo
115118 echo " to start a development instance of the Datatracker."
116119 echo
117120 echo " ietf/manage.py test --settings=settings_sqlitetest"
118121 echo
119- echo " to run all the tests."
122+ echo " to run all the python tests."
120123 echo
121124 zsh
122125 else
You can’t perform that action at this time.
0 commit comments