Skip to content

Commit

Permalink
Removes the sync call from the test framework. The initial issue was …
Browse files Browse the repository at this point in the history
…generated by a bug in http-get itself aka a certain race condition.
  • Loading branch information
SaltwaterC committed Aug 2, 2011
1 parent 0060aa9 commit d44b36e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/test.sh
Expand Up @@ -10,7 +10,6 @@ for TEST in `dir -d ./*.js`
do
if [ -f $TEST ]
then
sync
echo "Running test: "`basename $TEST`
$NODE_BIN $TEST > /dev/null
EXIT_CODE=$?
Expand Down

0 comments on commit d44b36e

Please sign in to comment.