django-rosetta/runtests.sh
2012-04-15 09:02:06 +02:00

5 lines
64 B
Bash

#!/bin/bash
cd testproject
python manage.py test rosetta
cd ..