mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Modified cli-test.sh to be less sensitive to directory run from
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user