Strip quotes out of BenchviewCommitName
authorMichelle McDaniel <adiaaida@gmail.com>
Mon, 17 Apr 2017 16:39:00 +0000 (09:39 -0700)
committerMichelle McDaniel <adiaaida@gmail.com>
Thu, 20 Apr 2017 16:00:56 +0000 (09:00 -0700)
commit060314b22f606c5b4e0a2a90e482f85d4ca6330f
treeb4b2dffd8a1f9a4e7c6f5813933fa1632e645e2b
parent591be50e6f74b821a6d2a7776bbae0b33a9e6809
Strip quotes out of BenchviewCommitName

When we pass the name of the pr to submission-metadata.py, we need the
name of the pr to not include quotes, or submission-metadata.py will fail
because it has the "wrong" parameters (because parts of the name are no
longer quoted). This change strips quotation marks out of the benchview
commit name to harden against this kind of failure.
perf.groovy