Made run_unit_test.sh work with any cwd

This commit is contained in:
Pauli Nieminen 2008-08-08 20:29:20 +00:00
parent e46877aad0
commit 1d02c5850e

View file

@ -1,6 +1,6 @@
#!/bin/bash
source path_settup.sh
FULL_PATH=`dirname $(readlink -f $0)`
source $FULL_PATH/path_settup.sh
cd $SVNDIR
nice php -f ${AUTOTESTDIR}/run_unit_tests.php $WEBDIR