Skip to content

Commit

Permalink
Fixes test.sh to export PACKAGE_DIRS
Browse files Browse the repository at this point in the history
  • Loading branch information
qejk committed Apr 28, 2016
1 parent 8e0964b commit 238fe89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

export PACKAGE_DIRS='packages'

if [ "$PORT" ]; then
meteor test-packages ./ --port $PORT
else
Expand Down

0 comments on commit 238fe89

Please sign in to comment.