Skip to content

Commit

Permalink
GUI-1611: Fix jshint complaint. Add 'make ci' convenience cmd for loc…
Browse files Browse the repository at this point in the history
…al test runs
  • Loading branch information
kamalgill committed Apr 19, 2015
1 parent 70a653c commit 70ffb2f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ translations:
# Handy way to test if our Chameleon-based XHTML templates are valid XML (for i18n)
xmltest:
python setup.py extract_messages

ci:
python setup.py test
grunt karma:ci
grunt jshint
2 changes: 1 addition & 1 deletion eucaconsole/static/js/pages/cloudwatch_charts.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ angular.module('CloudWatchCharts', ['EucaConsoleUtils'])
$timeout(function () {
$scope.renderChart();
});
})
});
},
link: function (scope, element, attrs) {
scope.$watch('chartLoading', function (newVal) {
Expand Down

0 comments on commit 70ffb2f

Please sign in to comment.