File: regression-tests.sh

package info (click to toggle)
apertium-hbs-mkd 0.1.0~r76450-2.1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 8,116 kB
  • sloc: xml: 358; makefile: 280; sh: 113
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"