make dev-env test pass

This commit is contained in:
Hao Liu
2023-03-16 14:06:10 -04:00
parent edbed92c95
commit ae0d868681
2 changed files with 3 additions and 8 deletions

View File

@@ -25,6 +25,7 @@ fi
# Make sure that the UI static file directory exists, Django complains otherwise.
mkdir -p /awx_devel/awx/ui/build/static
mkdir -p /awx_devel/awx/ui_next/build/awx
if output=$(awx-manage createsuperuser --noinput --username=admin --email=admin@localhost 2> /dev/null); then
echo $output