Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(8719)

Issue 319980043: TBR: Fix slash problem in runsuite_wrapper.pl

Can't Edit
Can't Publish+Mail
Start Review
Created:
7 years, 3 months ago by bruening
Modified:
7 years, 3 months ago
Reviewers:
zhaoqin
CC:
dynamorio-devs_googlegroups.com
Visibility:
Public.

Description

Commit log for first patchset: --------------- Fix slash problem in runsuite_wrapper.pl Removes the backslash escape for extra runsuite args from runsuite_wrapper.pl. We don't need them because we now quote the whole runsuite string, and we don't want them because backslashes are problematically converted to / by Cygwin perl. ---------------

Patch Set 1 #

Patch Set 2 : Committed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -1 line) Patch
M suite/runsuite_wrapper.pl View 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 2
bruening
7 years, 3 months ago (2017-01-13 19:01:04 UTC) #1
bruening
7 years, 3 months ago (2017-01-13 19:01:06 UTC) #2
Committed as
https://github.com/DynamoRIO/dynamorio/commit/5d5d154d3a5a193046416da87d54334...

Final commit log: 
---------------
Fix slash problem in runsuite_wrapper.pl

Removes the backslash escape for extra runsuite args from
runsuite_wrapper.pl.  We don't need them because we now quote the whole
runsuite string, and we don't want them because backslashes are
problematically converted to / by Cygwin perl.

Review-URL: https://codereview.appspot.com/319980043
---------------
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b