summaryrefslogtreecommitdiffstats
path: root/src/bin/cfgmgr
diff options
context:
space:
mode:
authorMichal 'vorner' Vaner <michal.vaner@nic.cz>2011-08-25 14:09:40 +0200
committerMichal 'vorner' Vaner <michal.vaner@nic.cz>2011-08-25 14:09:40 +0200
commit4c0accf0a591b0422c84216150e1b9b4e008609e (patch)
tree25e8e8d2de8047521397eeb94f7ff246e0f9f0f1 /src/bin/cfgmgr
parent[1150] Fix generated/nongenerated tests (diff)
downloadkea-4c0accf0a591b0422c84216150e1b9b4e008609e.tar.xz
kea-4c0accf0a591b0422c84216150e1b9b4e008609e.zip
[1150] Make regenerated scripts executable
When they are regenerated by make (not during initial configure run), they were not set executable, which was useless. This way they are set executable twice during the initial configure-make-make check, but at last it works.
Diffstat (limited to 'src/bin/cfgmgr')
-rw-r--r--src/bin/cfgmgr/tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/cfgmgr/tests/Makefile.am b/src/bin/cfgmgr/tests/Makefile.am
index 24ff2bc4b0..99f8cc9471 100644
--- a/src/bin/cfgmgr/tests/Makefile.am
+++ b/src/bin/cfgmgr/tests/Makefile.am
@@ -20,6 +20,7 @@ if ENABLE_PYTHON_COVERAGE
endif
for pytest in $(PYTESTS) ; do \
echo Running test: $$pytest ; \
+ chmod +x $(abs_builddir)/$$pytest ; \
env TESTDATA_PATH=$(abs_srcdir)/testdata \
$(LIBRARY_PATH_PLACEHOLDER) \
env PYTHONPATH=$(abs_top_srcdir)/src/lib/python:$(abs_top_builddir)/src/lib/python:$(abs_top_builddir)/src/bin/cfgmgr:$(abs_top_builddir)/src/lib/python/isc/config \