diff --git a/HISTORY b/HISTORY new file mode 100644 index 0000000..9ab02ce --- /dev/null +++ b/HISTORY @@ -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 +----- diff --git a/urchin b/urchin index a09b7ab..387d529 100755 --- a/urchin +++ b/urchin @@ -32,7 +32,7 @@ recurse() { fi } -if [ "$*" = '' ] +if [ "$#" = '0' ] then echo Running tests recurse .