]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - apps/tidep0084.git/blobdiff - prebuilt/iot-gateway/node_modules/falafel/test/bin/run.js
Updated Sensor To Cloud design to have an easy to use setup GUI on the
[apps/tidep0084.git] / prebuilt / iot-gateway / node_modules / falafel / test / bin / run.js
diff --git a/prebuilt/iot-gateway/node_modules/falafel/test/bin/run.js b/prebuilt/iot-gateway/node_modules/falafel/test/bin/run.js
deleted file mode 100755 (executable)
index 0582075..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-var path = require('path');
-
-for (var i = 2; i < process.argv.length; i++) {
-    require(path.resolve(process.cwd(), process.argv[i]));
-}