Skip to content

Commit

Permalink
Merge pull request #13 from vrockai/HAWKULAR-82
Browse files Browse the repository at this point in the history
HAWKULAR-82: Added datetime based suffix to entity names
  • Loading branch information
mtho11 committed Apr 17, 2015
2 parents 612ab5f + 3932e9f commit 646aafa
Show file tree
Hide file tree
Showing 6 changed files with 170 additions and 176 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ lib/
.sass-cache/
.tmp/
.idea/
.bower/
2 changes: 1 addition & 1 deletion gulp/unit-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function runTestsRest (singleRun, service, options) {
client: {
hostname: options.hostname,
port: options.port
},
}
}))
.on('error', function (err) {
// Make sure failed tests cause gulp to exit non-zero
Expand Down

0 comments on commit 646aafa

Please sign in to comment.