Remove outdated and not that useful test

This commit is contained in:
Gunter Labes 2023-11-27 19:40:04 +01:00 committed by GitHub
parent 320bed81af
commit 0d3c00b13b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,6 @@ python3 -u "$TOOLS/wmlunits" -t "$trans" -D "$data" -o "$tmpout" -w "$exe" \
-C "$config" -a "$addons" -L "$dir/overview.txt" -B "$dir/overview.txt" \
-T "$TIMEOUT" $EXTRA_WMLUNITS_OPTIONS > "$log/wmlunits.txt" 2>&1
test -f "$tmpout"/mainline/en_US/mainline.html
test -f "$tmpout"/'pics/core$images$units$woses$wose.png'
rsync -vaz --delete "$tmpout/" "$OUT" > "$log/rsync.txt" 2>&1
rm -rf "$TEMP"
rm -rf "$tmpout"