projects
/
fusionforge
/
fusionforge.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
project home
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merged from 5.2: simplify building of package and repository for the buildbot
[fusionforge/fusionforge.git]
/
tests
/
scripts
/
phpunit.sh
diff --git
a/tests/scripts/phpunit.sh
b/tests/scripts/phpunit.sh
index
c903e6f
..
4c313c3
100755
(executable)
--- a/
tests/scripts/phpunit.sh
+++ b/
tests/scripts/phpunit.sh
@@
-40,6
+40,9
@@
define ('HOST', getenv('HOST'));
// Base URL where FusionForge is installed
define ('ROOT', '');
+// Define locations
+define('HOME_FORGE', '$FORGE_HOME/src');
+
// Database connection parameters.
define('DB_NAME', getenv('DB_NAME'));
define('DB_USER', getenv('DB_USER'));