Skip to content

Commit e269e83

Browse files
robertsipkartakacs
authored andcommitted
Modify the es5.1-profile-build label in the results. (#237)
The Firebase database has a restriction where dot '.' is prohibited in keys. JSRemoteTest-DCO-1.0-Signed-off-by: Robert Sipka rsipka.uszeged@partner.samsung.com
1 parent 00dbdb4 commit e269e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jstest/testresult.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def create_result(self):
4545

4646
labels = {
4747
'profiles/minimal-profile-build': 'minimal-profile',
48-
'profiles/target-es5.1-profile-build': 'target-es5.1-profile',
48+
'profiles/target-es5.1-profile-build': 'target-es5_1-profile',
4949
'profiles/target-es2015subset-profile-build': 'target-es2015subset-profile'
5050
}
5151

0 commit comments

Comments
 (0)