Skip to content

Commit

Permalink
Updated playlist to copy the results from docker container
Browse files Browse the repository at this point in the history
Signed-off-by: Chandrakala <[email protected]>
  • Loading branch information
chandrams committed Oct 1, 2018
1 parent 76cea99 commit 8ac977b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion thirdparty_containers/tomcat/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
<playlist xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../TestConfig/playlist.xsd">
<test>
<testCaseName>tomcat_test</testCaseName>
<command>docker run --rm -v $(JDK_HOME):/java adoptopenjdk-tomcat-test:latest ; \
<command>docker run -v $(JDK_HOME):/java --name tomcat-test adoptopenjdk-tomcat-test:latest ; \
docker cp tomcat-test:/tomcat85/output/build/logs $(REPORTDIR)/external_test_reports; \
docker rm tomcat-test; \
$(TEST_STATUS)</command>
<subsets>
<subset>SE80</subset>
Expand Down

0 comments on commit 8ac977b

Please sign in to comment.