Codebase list apertium-af-nl / upstream/0.3.0 pending-tests.sh
upstream/0.3.0

Tree @upstream/0.3.0 (Download .tar.gz)

pending-tests.sh @upstream/0.3.0raw · history · blame

#!/bin/bash

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

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

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