Modified cli-test.sh to be less sensitive to directory run from

This commit is contained in:
Naomi Seyfer
2012-11-28 18:39:25 -08:00
parent 6ccd7b4bb1
commit 1cbfe4e361

View File

@@ -1,10 +1,9 @@
#!/bin/bash
# NOTE: by default this tests the working copy, not the installed meteor.
# It does this by assuming you're running it from its own directory.
# To test the installed meteor, pass in --global
cd `dirname $0`
METEOR=`pwd`/../meteor
#If this ever takes more options, use getopt