Codebase list apertium-af-nl / debian/latest regression-tests.sh
debian/latest

Tree @debian/latest (Download .tar.gz)

regression-tests.sh @debian/latestraw · history · blame

#!/bin/bash

C=2
GREP='.'
if [ $# -eq 1 ]
then
    C=$1
    GREP='WORKS'
fi

bash wiki-tests.sh Regression nl af update | grep -C $C "$GREP"

bash wiki-tests.sh Regression af nl update | grep -C $C "$GREP"