Test names changed from e.g) testOneWayVideo/chrome=>chrome to testOneWayVideo/chrome-chrome.
Because the symbol ">" is interpreted as special command for output to file in bash commands. TBR= andresp@webrtc.org Review URL: https://webrtc-codereview.appspot.com/24929004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7465 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
264e66f7a5
commit
c221db6165
@ -44,5 +44,5 @@ function testOfferAnswer(test, bot1, bot2) {
|
||||
}
|
||||
}
|
||||
|
||||
registerBotTest('testOfferAnswer/chrome=>chrome',
|
||||
registerBotTest('testOfferAnswer/chrome-chrome',
|
||||
testOfferAnswer, ['chrome', 'chrome']);
|
||||
|
@ -97,5 +97,5 @@ function testOneWayVideo(test, bot1, bot2) {
|
||||
}
|
||||
}
|
||||
|
||||
registerBotTest('testOneWayVideo/chrome=>chrome',
|
||||
registerBotTest('testOneWayVideo/chrome-chrome',
|
||||
testOneWayVideo, ['chrome', 'chrome']);
|
||||
|
Loading…
Reference in New Issue
Block a user