Skip to content

Commit

Permalink
export AP_NOSCANDITEST=1 to skip scandi-consistency-checks
Browse files Browse the repository at this point in the history
  • Loading branch information
unhammer committed Jul 31, 2019
1 parent 947beca commit d73315d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions test-scandivoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@

# Simple test for consistency across scandipairs

[[ -n "${AP_NOSCANDITEST}" ]] && exit 0

set -u

cd "$(dirname "$0")" || exit 1


declare -a dixen=(
../../languages/apertium-nob/apertium-nob.nob.dix
../../languages/apertium-swe/apertium-swe.swe.dix
../../languages/apertium-nno/apertium-nno.nno.dix
../../languages/apertium-dan/apertium-dan.dan.dix
../apertium-nob/apertium-nob.nob.dix
../apertium-swe/apertium-swe.swe.dix
../apertium-nno/apertium-nno.nno.dix
../apertium-dan/apertium-dan.dan.dix
)

for dix in "${dixen[@]}"; do
Expand Down

0 comments on commit d73315d

Please sign in to comment.