File: regression-tests.sh

package info (click to toggle)
apertium-hbs-mkd 0.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 8,092 kB
  • sloc: xml: 358; makefile: 126; sh: 89
file content (14 lines) | stat: -rwxr-xr-x 208 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash

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

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

#bash wiki-tests.sh Regression mk sh update | grep -C $C "$GREP"