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