mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-04-20 05:01:00 +00:00
5 lines
64 B
Bash
5 lines
64 B
Bash
#!/bin/bash
|
|
|
|
cd testproject
|
|
python manage.py test rosetta
|
|
cd ..
|