summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2017-09-24 12:39:06 +0200
committerCarlos Garcia Campos <carlosgc@gnome.org>2017-09-24 12:39:06 +0200
commit3b64fc488e7ff10634aa2dd76ad4f152ebfe7edc (patch)
treec7a2325719eaf3092d7eba24d4b471dd31359868
parentdeba5f3c57929a96105d822c8cba46e5334694c7 (diff)
regtest: change default value of utils dir to ../build/utils
-rw-r--r--regtest/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/regtest/main.py b/regtest/main.py
index 0febb79f..3c0d2109 100644
--- a/regtest/main.py
+++ b/regtest/main.py
@@ -57,7 +57,7 @@ def main(args):
action = 'store_true', dest = 'verbose', default = False,
help = 'Run in verbose mode')
parser.add_argument('--utils-dir',
- action = 'store', dest = 'utils_dir', default = os.path.abspath("../utils"),
+ action = 'store', dest = 'utils_dir', default = os.path.abspath("../build/utils"),
help = 'Directory of poppler utils used for the tests')
parser.add_argument('-b', '--backends',
action = ListAction, dest = 'backends',