1
0
Fork 0

[fix]
Some checks failed
Run BaseX Tests / test (push) Failing after 24s

This commit is contained in:
Andy Bunce 2025-02-03 18:20:22 +00:00
parent f3e9adea12
commit 8c65859693
3 changed files with 2 additions and 3 deletions

View file

@ -23,7 +23,6 @@ jobs:
run: |
wget https://files.basex.org/releases/10.7/BaseX107.zip
unzip BaseX107.zip -d /usr/local/
chmod a+x /usr/local/basex/bin/*
echo "BASEX_ROOT=/usr/local/basex" >> $GITHUB_ENV
echo "PATH=$PATH:/usr/local/basex/bin" >> $GITHUB_ENV

View file

@ -1,2 +1,2 @@
30/1/2025.................
..lgnfjfggfgxhcsxwnndccx
..lgnfjfggfgxhcsxwnndccxc

View file

@ -71,7 +71,7 @@ declare function build:xar-add($map as map(*),$src as xs:string,$xar-dir as xs:s
as map(*){
let $_:=trace(count($map?name),"size ")
let $names:=if(file:is-dir($src))
then file:children($src)
then file:list($src)[not(starts-with(.,'.'))]!concat($src,.)
else $src
return map:merge((
$map,