File: pending-tests.sh

package info (click to toggle)
apertium-ca-it 0.1.1~r57554-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,740 kB
  • sloc: xml: 293; sh: 116; makefile: 103
file content (14 lines) | stat: -rwxr-xr-x 201 bytes parent folder | download | duplicates (2)
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 Pending it ca update | grep -C $C "$GREP"

bash wiki-tests.sh Pending ca it update | grep -C $C "$GREP"