This repository was archived by the owner on Nov 22, 2017. It is now read-only.
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 30
30
31
31
32
32
commands =
33
- wget -N --random-wait https://secure.pub.build.mozilla.org/builddata/reports/allthethings/allthethings.20170612034501._332d994a305d_4cfcc98e2584_66760f869a2e.json
33
+ wget --no-clobber --random-wait https://secure.pub.build.mozilla.org/builddata/reports/allthethings/allthethings.20170612034501._332d994a305d_4cfcc98e2584_66760f869a2e.json
34
34
cp allthethings.20170612034501._332d994a305d_4cfcc98e2584_66760f869a2e.json test/fixtures/allthethings.json
35
35
flake8 mozci test
36
36
coverage run --source =mozci -m py.test test
41
41
42
42
43
43
commands =
44
- wget -N --random-wait https://secure.pub.build.mozilla.org/builddata/reports/allthethings/allthethings.20170612034501._332d994a305d_4cfcc98e2584_66760f869a2e.json
44
+ wget --no-clobber --random-wait https://secure.pub.build.mozilla.org/builddata/reports/allthethings/allthethings.20170612034501._332d994a305d_4cfcc98e2584_66760f869a2e.json
45
45
cp allthethings.20170612034501._332d994a305d_4cfcc98e2584_66760f869a2e.json test/fixtures/allthethings.json
46
46
flake8 mozci test
47
47
coverage run --source =mozci -m py.test test
You can’t perform that action at this time.
0 commit comments