Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
bcf21179
Commit
bcf21179
authored
Oct 09, 2012
by
Mukund Sivaraman
Browse files
[master] Set lockfile path for DHCP tests
parent
fb5aa58d
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/bin/dhcp4/tests/Makefile.am
View file @
bcf21179
...
@@ -16,6 +16,7 @@ check-local:
...
@@ -16,6 +16,7 @@ check-local:
for
pytest
in
$(PYTESTS)
;
do
\
for
pytest
in
$(PYTESTS)
;
do
\
echo
Running
test
:
$$
pytest
;
\
echo
Running
test
:
$$
pytest
;
\
PYTHONPATH
=
$(COMMON_PYTHON_PATH)
:
$(abs_top_srcdir)
/src/bin:
$(abs_top_builddir)
/src/bin/bind10:
$(abs_top_builddir)
/src/lib/util/io/.libs
\
PYTHONPATH
=
$(COMMON_PYTHON_PATH)
:
$(abs_top_srcdir)
/src/bin:
$(abs_top_builddir)
/src/bin/bind10:
$(abs_top_builddir)
/src/lib/util/io/.libs
\
B10_LOCKFILE_DIR_FROM_BUILD
=
$(abs_top_builddir)
\
$(LIBRARY_PATH_PLACEHOLDER)
\
$(LIBRARY_PATH_PLACEHOLDER)
\
$(PYCOVERAGE_RUN)
$(abs_srcdir)
/
$$
pytest
||
exit
;
\
$(PYCOVERAGE_RUN)
$(abs_srcdir)
/
$$
pytest
||
exit
;
\
done
done
...
...
src/bin/dhcp6/tests/Makefile.am
View file @
bcf21179
...
@@ -15,6 +15,7 @@ check-local:
...
@@ -15,6 +15,7 @@ check-local:
for
pytest
in
$(PYTESTS)
;
do
\
for
pytest
in
$(PYTESTS)
;
do
\
echo
Running
test
:
$$
pytest
;
\
echo
Running
test
:
$$
pytest
;
\
$(LIBRARY_PATH_PLACEHOLDER)
\
$(LIBRARY_PATH_PLACEHOLDER)
\
B10_LOCKFILE_DIR_FROM_BUILD
=
$(abs_top_builddir)
\
PYTHONPATH
=
$(COMMON_PYTHON_PATH)
:
$(abs_top_srcdir)
/src/bin:
$(abs_top_builddir)
/src/bin/bind10:
$(abs_top_builddir)
/src/lib/util/io/.libs
\
PYTHONPATH
=
$(COMMON_PYTHON_PATH)
:
$(abs_top_srcdir)
/src/bin:
$(abs_top_builddir)
/src/bin/bind10:
$(abs_top_builddir)
/src/lib/util/io/.libs
\
$(PYCOVERAGE_RUN)
$(abs_srcdir)
/
$$
pytest
||
exit
;
\
$(PYCOVERAGE_RUN)
$(abs_srcdir)
/
$$
pytest
||
exit
;
\
done
done
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment