Remove -n from echo in Makefile. (Doesn't work on OSX.)
authorRyan <ry@tinyclouds.org>
Thu, 14 May 2009 12:05:07 +0000 (14:05 +0200)
committerRyan <ry@tinyclouds.org>
Thu, 14 May 2009 12:05:07 +0000 (14:05 +0200)
configure

index b817c60..226ac21 100755 (executable)
--- a/configure
+++ b/configure
@@ -94,8 +94,8 @@ uninstall:
  
 test: all
        @for i in test/test*.js; do \\
-               echo -n "\$\$i: "; \\
-               build/default/node \$\$i && echo pass || echo fail; \\
+               echo "\$\$i: "; \\
+               build/default/node \$\$i && echo PASS || echo FAIL; \\
        done 
 
 clean: