Docker test: copy clixon.png for http-data test
This commit is contained in:
parent
7452813da7
commit
82a0670031
4 changed files with 4 additions and 4 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -10,7 +10,6 @@ lex.*_parse.c
|
|||
Makefile
|
||||
apps/Makefile
|
||||
apps/*/Makefile
|
||||
datastore/Makefile
|
||||
docker/Makefile
|
||||
docker/*/Makefile
|
||||
etc/Makefile
|
||||
|
|
@ -34,11 +33,9 @@ apps/backend/test.c
|
|||
apps/cli/clixon_cli
|
||||
apps/cli/test
|
||||
apps/cli/test.c
|
||||
apps/dbctrl/clixon_dbctrl
|
||||
apps/netconf/clixon_netconf
|
||||
apps/restconf/clixon_restconf
|
||||
apps/restconf/clixon_restconf_libhttp
|
||||
apps/xmldb/clixon_xmldb
|
||||
|
||||
etc/clixonrc
|
||||
|
||||
|
|
|
|||
|
|
@ -96,6 +96,7 @@ WORKDIR /clixon/clixon/test
|
|||
RUN install -d /clixon/build/bin/test
|
||||
RUN install *.sh /clixon/build/bin/test
|
||||
RUN install *.exp /clixon/build/bin/test
|
||||
RUN install clixon.png /clixon/build/bin/test
|
||||
|
||||
# Copy startscript
|
||||
WORKDIR /clixon
|
||||
|
|
|
|||
|
|
@ -97,6 +97,7 @@ WORKDIR /clixon/clixon/test
|
|||
RUN install -d /clixon/build/bin/test
|
||||
RUN install *.sh /clixon/build/bin/test
|
||||
RUN install *.exp /clixon/build/bin/test
|
||||
RUN install clixon.png /clixon/build/bin/test
|
||||
|
||||
# Copy startscript
|
||||
WORKDIR /clixon
|
||||
|
|
|
|||
|
|
@ -104,11 +104,12 @@ RUN make
|
|||
RUN make install
|
||||
RUN install example.xml /clixon/build/etc/clixon.xml
|
||||
|
||||
# Copy tests
|
||||
# Copy tests (why not everything?)
|
||||
WORKDIR /clixon/clixon/test
|
||||
RUN install -d /clixon/build/bin/test
|
||||
RUN install *.sh /clixon/build/bin/test
|
||||
RUN install *.exp /clixon/build/bin/test
|
||||
RUN install clixon.png /clixon/build/bin/test
|
||||
|
||||
# Copy startscript
|
||||
WORKDIR /clixon
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue