From 401a2b5234f89a73260104145644dbce47c0e2da Mon Sep 17 00:00:00 2001 From: "karel.picman@lbcfree.net" Date: Tue, 2 Feb 2021 13:55:39 +0100 Subject: [PATCH] #1133 run litmus tests on travis --- test/ci/redmine_install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/ci/redmine_install.sh b/test/ci/redmine_install.sh index 1a3d6913..84e4e679 100644 --- a/test/ci/redmine_install.sh +++ b/test/ci/redmine_install.sh @@ -52,7 +52,9 @@ test() # Run Webrick server bundle exec rails server webrick -e test -d # Create a test project with DMS enabled via REST API + cp "${PATH_TO_DMSF}/test/ci/projects.xml" . curl -v -H "Content-Type: application/xml" -X POST --data "@projects.xml" -u admin:admin http://localhost:3000/create.xml + rm projects.xml # Run Litmus tests litmus http://localhost:3000/dmsf/webdav/c1 admin admin # Shutdown Webrick