Skip to content

Instantly share code, notes, and snippets.

@ryoshu
Created October 13, 2014 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryoshu/a770f1cf0107f16564c1 to your computer and use it in GitHub Desktop.
Save ryoshu/a770f1cf0107f16564c1 to your computer and use it in GitHub Desktop.
root@quark016df6:~/projects/galileo-test/node_modules/galileo-io# grunt -d -v nodeunit
Initializing
Command-line options: --debug=1, --verbose
Reading "Gruntfile.js" Gruntfile...OK
Registering Gruntfile tasks.
Reading package.json...OK
Parsing package.json...OK
Initializing config...OK
Registering "grunt-contrib-watch" local Npm module tasks.
Reading /home/root/projects/galileo-test/node_modules/galileo-io/node_modules/grunt-contrib-watch/package.json...OK
Parsing /home/root/projects/galileo-test/node_modules/galileo-io/node_modules/grunt-contrib-watch/package.json...OK
Loading "watch.js" tasks...OK
+ watch
Registering "grunt-contrib-nodeunit" local Npm module tasks.
Reading /home/root/projects/galileo-test/node_modules/galileo-io/node_modules/grunt-contrib-nodeunit/package.json...OK
Parsing /home/root/projects/galileo-test/node_modules/galileo-io/node_modules/grunt-contrib-nodeunit/package.json...OK
Loading "nodeunit.js" tasks...OK
+ nodeunit
Registering "grunt-contrib-jshint" local Npm module tasks.
Reading /home/root/projects/galileo-test/node_modules/galileo-io/node_modules/grunt-contrib-jshint/package.json...OK
Parsing /home/root/projects/galileo-test/node_modules/galileo-io/node_modules/grunt-contrib-jshint/package.json...OK
Loading "jshint.js" tasks...OK
+ jshint
Registering "grunt-jsbeautifier" local Npm module tasks.
Reading /home/root/projects/galileo-test/node_modules/galileo-io/node_modules/grunt-jsbeautifier/package.json...OK
Parsing /home/root/projects/galileo-test/node_modules/galileo-io/node_modules/grunt-jsbeautifier/package.json...OK
Loading "jsbeautifier.js" tasks...OK
+ jsbeautifier
Loading "Gruntfile.js" tasks...OK
+ default
Running tasks: nodeunit
Running "nodeunit" task
[D] Task source: /home/root/projects/galileo-test/node_modules/galileo-io/node_modules/grunt-contrib-nodeunit/tasks/nodeunit.js
Running "nodeunit:tests" (nodeunit) task
[D] Task source: /home/root/projects/galileo-test/node_modules/galileo-io/node_modules/grunt-contrib-nodeunit/tasks/nodeunit.js
Verifying property nodeunit.tests exists in config...OK
Files: test/galileo.js, test/galileo-mraa.js, test/pin.js, test/mraa.js, test/not-implemented.js -> tests
Testing galileo.js
Galileo - shape...OK
Galileo - readonly...OK
Galileo - emitter...OK
Galileo - connected...OK
Galileo - ready...OK
Galileo.prototype.analogRead - correctMode...OK
Galileo.prototype.analogRead - analogPin...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment