fix tower-expect -> awx-expect for isolated tower builds

This commit is contained in:
Ryan Petrello
2017-07-24 16:03:58 -04:00
parent 145caafdc8
commit 8ce1421c6a
14 changed files with 23 additions and 23 deletions

View File

@@ -0,0 +1,3 @@
#!/bin/bash
. /venv/awx/bin/activate
exec env TOWER_LIB_DIRECTORY=/awx_lib /awx_devel/run.py "$@"