mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-02-18 08:33:41 +00:00
test-wikiparser: Remove fixes.xslt step
Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
ce642e3e87
commit
9a4c6a78a3
@ -3,7 +3,7 @@
|
||||
|
||||
for var in "$@"
|
||||
do
|
||||
gen=$(python3 scripts/wikiparser.py "$var" --begin-marker='## BEGIN_INCLUDE' --end-marker='## END_INCLUDE' | xsltproc scripts/fixes.xslt - | xmllint --format -)
|
||||
gen=$(python3 scripts/wikiparser.py "$var" --begin-marker='## BEGIN_INCLUDE' --end-marker='## END_INCLUDE' | xmllint --format -)
|
||||
orig=$(xmllint --format "${var//.raw.wiki/.xml}" )
|
||||
diff --ignore-all-space <(echo "$gen") <(echo "$orig")
|
||||
done
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user