Skip to content

Commit

Permalink
Added symlink to tests, tests will fail if this does not parse properly
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Jun 4, 2012
1 parent 457a04f commit f5ef71c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scripts/test.sh
Expand Up @@ -5,6 +5,15 @@ cd "$(dirname "$0")"
./prep.sh
cd ../tests/
wait
cd ./input
if [ -L ./test-linked ]; then
rm ./test-linked;
fi
ln -sf ./test2 ./test-linked
wait
cd ../
wait
../node_modules/.bin/yuitest ./parser.js ./builder.js ./options.js

exit $?

0 comments on commit f5ef71c

Please sign in to comment.