Made run_unit_test.sh work with any cwd
This commit is contained in:
parent
e46877aad0
commit
1d02c5850e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue