mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
Update web-platform-tests to revision 53f3408ffe1fd0e56a37aff4aaf1fa8441c41d6d
This commit is contained in:
parent
9b01a4cc97
commit
0edf0ececb
59 changed files with 2247 additions and 1071 deletions
|
@ -252,7 +252,7 @@ class OpenSSLEnvironment(object):
|
|||
with open(path("index.txt"), "w"):
|
||||
pass
|
||||
with open(path("serial"), "w") as f:
|
||||
serial = str(random.randint(0, 1000000))
|
||||
serial = "%x" % random.randint(0, 1000000)
|
||||
if len(serial) % 2:
|
||||
serial = "0" + serial
|
||||
f.write(serial)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue