main
This commit is contained in:
parent
d0d4593ce8
commit
3368947b3b
10
urchin
10
urchin
@ -1,8 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
count_errors=0
|
|
||||||
count_passing=0
|
|
||||||
|
|
||||||
recurse() {
|
recurse() {
|
||||||
potential_test="$1"
|
potential_test="$1"
|
||||||
if [ -d "$potential_test" ]
|
if [ -d "$potential_test" ]
|
||||||
@ -27,3 +24,10 @@ recurse() {
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if [ -d tests ]
|
||||||
|
then
|
||||||
|
recurse tests
|
||||||
|
else
|
||||||
|
echo 'No tests directory' && exit 1
|
||||||
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user