From f82cc15083d1e59207f09cba309ebcf8fd453b99 Mon Sep 17 00:00:00 2001 From: David Glasser Date: Thu, 6 Feb 2014 13:45:36 -0800 Subject: [PATCH] comment about an env var --- tools/tests/old/cli-test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/tests/old/cli-test.sh b/tools/tests/old/cli-test.sh index 93ef0a2d8f..b6f870d3a8 100755 --- a/tools/tests/old/cli-test.sh +++ b/tools/tests/old/cli-test.sh @@ -27,7 +27,8 @@ if [ -z "$NODE" ]; then NODE="$(pwd)/scripts/node.sh" fi -# Ensure that $NODE is set properly. +# Ensure that $NODE is set properly. Note that $NODE may not have access to +# modules from the dev bundle. $NODE --version TEST_TMPDIR=`mktemp -d -t meteor-cli-test-XXXXXXXX`