wesnoth/utils/tests/autotester/run_unit_tests.sh
Pauli Nieminen 03ba3a86cd game_event.cpp detect any tag starting filter as valid
Made run_unit_tests.sh work when starting from cron

Added error detection to TestRunner class
2008-08-09 07:13:44 +00:00

10 lines
243 B
Bash
Executable File

#!/bin/bash
FULL_PATH=`dirname $(readlink -f $0)`
source $FULL_PATH/path_settup.sh
export SSH_AUTH_SOCK=`find /tmp/keyring* -name ssh`
export DISPLAY=:0.0
cd $SVNDIR
nice php -f ${AUTOTESTDIR}/run_unit_tests.php $WEBDIR > $FULL_PATH/err.log