Sign in
gwt
/
gwt
/
c58105fc611f5f2f9443ebd87400e7fbedce4b1e
/
.
/
samples
/
validationtck
/
countMarkedTests.sh
blob: 061b6d068b8a21c98d46249d237c7038a437abc1 [
file
] [
log
] [
blame
]
#!/bin/sh
name
=
$1
count
=
$
(
grep
-
r
@$
{
name
}
test
|
wc
-
l
)
echo
"$((${count} -1))"