Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SADE
SADE
Commits
6323ee6f
Verified
Commit
6323ee6f
authored
May 07, 2021
by
hynek
🤤
Browse files
ci(gitlab): change dir name of exist test instance
parent
8a50e74d
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6323ee6f
...
...
@@ -38,17 +38,17 @@ installation:
script
:
# build the xar-file and prepare a test environment
-
./build_test
-
bash test/e
X
ist-d
b
-*/bin/startup.sh | tee output.log &
-
bash test/e
x
ist-d
istribution
-*/bin/startup.sh | tee output.log &
# wait for eXist to have started
-
while [ $(curl --head --silent http://localhost:8080 | grep -c "200 OK") == 0 ]; do sleep 1s; done
# shutdown eXist
-
bash test/e
X
ist-d
b
-*/bin/shutdown.sh
-
bash test/e
x
ist-d
istribution
-*/bin/shutdown.sh
-
ls -al /tmp; mv /tmp/tests-* . ||
true
artifacts
:
paths
:
-
output.log
-
test/tests-*.xml
-
test/e
X
ist-d
b
-*/logs/expath-repo.log
-
test/e
x
ist-d
istribution
-*/logs/expath-repo.log
# this enables us to get information like test coverage.
reports
:
junit
:
test/tests-*.xml
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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