7 lines
68 B
Bash
7 lines
68 B
Bash
#!/usr/bin/bash
|
|
|
|
set -e
|
|
|
|
export IN_URL_TEST=true
|
|
|
|
manage.py test $@
|