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
b9ede689
Commit
b9ede689
authored
Aug 27, 2018
by
Mathias Goebel
Browse files
point to test script
parent
0460e832
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
post-install.xq
View file @
b9ede689
...
...
@@ -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
(
"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