Skip to content

Commit a2d7441

Browse files
author
Gareth Aye
committed
Add @fileoverview to gaia_marionette_retry.js a=test-only
1 parent 6a54af2 commit a2d7441

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bin/gaia_marionette_retry.js

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
#!/usr/bin/env node
2+
/**
3+
* @fileoverview This script runs js marionette tests and has a bit of logic
4+
* to retry test files on failure to reduce the extent to which
5+
* transient/intermittent harness issues show up as breakages on CI.
6+
*/
27
var Promise = require('es6-promise').Promise;
38
var format = require('util').format;
49
var path = require('path');

0 commit comments

Comments
 (0)