Make runtests.sh be useable from anywhere.
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Fri, 11 Jan 2013 19:55:35 +0000 (20:55 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Fri, 11 Jan 2013 19:55:35 +0000 (20:55 +0100)
commit8b271c28bd4c0b9c90990d87c1dfd0d8d95b9e45
treea16cd132578e8c0c5e6759b21046991fc1791715
parent7dec9f92f345df4bb33d399f60c49544c7e60bf6
Make runtests.sh be useable from anywhere.

Now you can have your current directory anywhere and call
runtests.sh with full path and it'll find the way to
nosetests and the tests directory on its own.

Most useful if you're inside the mediagoblin/ dir and can
just call "../runtests.sh".
runtests.sh