Commit ac7a9039 authored by Tristan Cavelier's avatar Tristan Cavelier Committed by Sebastien Robin

More comprehensive grunt tests.

Node name is now written before its test.
file 'OfficeJS/grunt/gruntall'
parent d8a029c4
...@@ -4,6 +4,7 @@ for node in `ls -1` ; do ...@@ -4,6 +4,7 @@ for node in `ls -1` ; do
if [ -d "$node" ] ; then if [ -d "$node" ] ; then
cd "$node" cd "$node"
printf "\n\033[1m\033[36mgrunt --force -> %s\033[0m\n" "$node"
grunt --force grunt --force
cd .. cd ..
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment