1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-06 12:00:08 +02:00

Change pushing_file to pushing_app.

This commit is contained in:
Simo Kinnunen 2014-04-03 19:17:17 +09:00
parent 89260676a3
commit 44f0575cb9

View file

@ -57,7 +57,7 @@ module.exports = syrup.serial()
if (contentLength) {
// Progress 0% to 70%
sendProgress(
'pushing_file'
'pushing_app'
, 70 * Math.max(0, Math.min(
70
, stats.bytesTransferred / contentLength
@ -87,7 +87,7 @@ module.exports = syrup.serial()
}
// Progress 0%
sendProgress('pushing_file', 0)
sendProgress('pushing_app', 0)
pushApp()
.then(function(apk) {
// Progress 80%