Files
Jeremy Carbaugh d59ac535a9 more test work
2010-02-20 11:58:49 -05:00

6 lines
128 B
Bash
Executable File

#!/bin/bash
export AWS_KEY=$1
export AWS_SECRET=$2
django-admin.py test --settings=mediasync.tests.settings --pythonpath=../..