diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2015-01-22 12:24:00 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2015-02-04 10:49:06 +0100 |
commit | aa09aa321b24981bf0f8f2dec97ac100727266a5 (patch) | |
tree | 9291597f54e8d86357a285f9ffd426ff435f9387 /test/storage/server.js | |
parent | 8a1fce547e9ad0bf750418c844c9b23a3ee6d8dd (diff) | |
download | qtlocation-mapboxgl-aa09aa321b24981bf0f8f2dec97ac100727266a5.tar.gz |
rearrange tests and make more robust
Diffstat (limited to 'test/storage/server.js')
-rwxr-xr-x | test/storage/server.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/storage/server.js b/test/storage/server.js index b55d70ae71..33d5a82985 100755 --- a/test/storage/server.js +++ b/test/storage/server.js @@ -92,7 +92,7 @@ app.get('/load/:number(\\d+)', function(req, res) { var server = app.listen(3000, function () { var host = server.address().address; var port = server.address().port; - console.log('Test server listening at http://%s:%s', host, port); + console.warn('Storage test server listening at http://%s:%s', host, port); if (process.argv[2]) { // Allow the test to continue running. |