Details
Description
The unit tests have errors like this in the log:
Finished processing dependencies for pylint + build/env/bin/hue runpylint all -- -f parseable + rm -f JAVASCRIPTLINT.txt ++ find . -name '*.js' + for FILE in '$(find . -name *.js)' + jsl -conf .jslintrc -nologo -nosummary -nocontext -nofilelisting -process ./tools/followme/jHueTourBuilder.js tools/jenkins/jenkins.sh: line 59: jsl: command not found
We should fix our unit test setup to install jsl.