File: regression-tests.sh

package info (click to toggle)
apertium-mlt-ara 0.2.0~r62623-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 21,732 kB
  • sloc: python: 11,147; xml: 305; sh: 257; makefile: 92
file content (10 lines) | stat: -rwxr-xr-x 140 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

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

bash wiki-tests.sh Regression mt ar update | grep -C $C "$GREP"