This commit is contained in:
Thomas Levine 2012-10-10 06:09:18 -04:00
parent a70f1f6033
commit 065e72eb7a
2 changed files with 17 additions and 1 deletions

16
HISTORY Normal file
View File

@ -0,0 +1,16 @@
History
======
Not done
------
We made the colors brighter.
We added directory-based indents.
We allowed for multiple tests to be written in a file
Done
-----

2
urchin
View File

@ -32,7 +32,7 @@ recurse() {
fi
}
if [ "$*" = '' ]
if [ "$#" = '0' ]
then
echo Running tests
recurse .