Skip to content

Commit 8e7bfd0

Browse files
committed
Change version formatting; remove chrome command from source code
1 parent da1dc33 commit 8e7bfd0

File tree

6 files changed

+4
-401
lines changed

6 files changed

+4
-401
lines changed

generate_wdversion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import subprocess as sp
22

33
filename = "./src/wdversion.cc"
4-
p = sp.Popen(["git", "describe" , "--abbrev=10", "--dirty", "--always"], stdin=sp.PIPE, stdout=sp.PIPE, close_fds=True)
4+
p = sp.Popen(["git", "describe" , "--abbrev=10", "--dirty", "--always"], stdin=sp.PIPE, stdout=sp.PIPE)
55

66
data = p.stdout.readline()
77

src/chrome/test/webdriver/commands/chrome_commands.cc

Lines changed: 0 additions & 285 deletions
This file was deleted.

src/chrome/test/webdriver/commands/chrome_commands.h

Lines changed: 0 additions & 103 deletions
This file was deleted.

0 commit comments

Comments
 (0)