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
fontane-notizbuecher
SADE
Commits
46d3ab2c
Commit
46d3ab2c
authored
Aug 27, 2018
by
Mathias Goebel
Browse files
test relative path
parent
97ad3385
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
post-install.xq
View file @
46d3ab2c
...
...
@@ -8,7 +8,7 @@ exrest:register-module(xs:anyURI("/db/apps/SADE/modules/fontane/toc-api.xqm")),
$filename
:=
string-join
((
"/tmp/tests"
,
$app
,
$version
)
,
"-"
)
||
".xml"
,
$node
:=
<tests
application=
"
{
$app
}
"
version=
"
{
$version
}
"
>
{
util:eval
(
xs:anyURI
(
"
/db/apps/SADE
/modules/fontane/tests.xq"
))}
{
util:eval
(
xs:anyURI
(
"
.
/modules/fontane/tests.xq"
))}
</tests>
,
$sysout
:=
util:log-system-out
(
$node
)
return
file:serialize
(
$node
,
$filename
,
())
...
...
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