diff options
author | Sam Thursfield <sam@afuera.me.uk> | 2017-05-23 11:02:55 +0100 |
---|---|---|
committer | Sam Thursfield <sam@afuera.me.uk> | 2017-12-18 16:42:52 +0000 |
commit | d74a9bda65cd5da0413750a6a880780e011f0310 (patch) | |
tree | 8c4fe3b2837031e6cfc03e56fe550dd4eea86ddb /tests/functional-tests | |
parent | 97cd8c2730cef401aa30b3c9f69475e6c09a318f (diff) | |
download | tracker-d74a9bda65cd5da0413750a6a880780e011f0310.tar.gz |
functional-tests: Remove some apparently unused scripts
Please add these back with a comment explaining where they are used
if they are indeed still needed.
Diffstat (limited to 'tests/functional-tests')
-rw-r--r-- | tests/functional-tests/common/utils/configuration.py.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/functional-tests/common/utils/configuration.py.in b/tests/functional-tests/common/utils/configuration.py.in index 97939fee7..6bc3b1b79 100644 --- a/tests/functional-tests/common/utils/configuration.py.in +++ b/tests/functional-tests/common/utils/configuration.py.in @@ -79,7 +79,6 @@ EXEC_PREFIX = os.path.normpath (expandvars (RAW_EXEC_DIR)) DATADIR = os.path.normpath (expandvars (RAW_DATA_DIR)) BINDIR = os.path.normpath (expandvars (RAW_BINDIR)) -haveUpstart = ("@HAVE_UPSTART_TRUE@" == "") disableJournal = ("@DISABLE_JOURNAL_TRUE@" == "") TEST_TMP_DIR = os.path.join (os.environ["HOME"], "tracker-tests") |