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
2e77ab3a
Commit
2e77ab3a
authored
Aug 28, 2018
by
Mathias Goebel
Browse files
Merge branch 'develop' of gitlab.gwdg.de:fontane-notizbuecher/SADE into develop
parents
a7be47b7
46d3ab2c
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
post-install.xq
View file @
2e77ab3a
...
...
@@ -6,7 +6,10 @@ exrest:register-module(xs:anyURI("/db/apps/SADE/modules/fontane/toc-api.xqm")),
$app
:=
string
(
$doc
/
@abbrev
)
,
$version
:=
string
(
$doc
/
@version
)
,
$filename
:=
string-join
((
"/tmp/tests"
,
$app
,
$version
)
,
"-"
)
||
".xml"
,
$node
:=
<tests
application=
"
{
$app
}
"
version=
"
{
$version
}
"
>
{
util:eval
(
"modules/fontane/tests.xq"
)}
</tests>
,
$node
:=
<tests
application=
"
{
$app
}
"
version=
"
{
$version
}
"
>
{
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