mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

el_kaboing
02.01.2007 11abaf84f032733e0d97644a4ccaeb54d90f21dd
Adding a variable to the config.py file for python scripts to access data files on the local machine rather than the remote machine.
1 files modified
1 ■■■■ changed files
opends/tests/functional-tests/config/config.py 1 ●●●● patch | view | raw | blame | history
opends/tests/functional-tests/config/config.py
@@ -26,6 +26,7 @@
DIRECTORY_INSTANCE_SFX      = 'dc=com'
DIRECTORY_INSTANCE_BE       = 'userRoot'
STAGED_DATA_DIR             = '%s/functional-tests/shared/data' % DIRECTORY_INSTANCE_DIR
LOCAL_DATA_DIR          = '%s/functional-tests/shared/data' % TMPDIR
JAVA_HOME                   = '/usr/jdk/jdk1.5.0_01'
SEND_MAIL_AFTER_TEST_RUN    = 'FALSE'
SEND_MAIL_TO                = ' '