comparison tests/test-commandserver.t @ 28996:b74ca9ace65e stable

tests: tolerate http2 You can run tests like this: run-tests.py -l --extra-config-opt ui.usehttp2=true And ideally, no tests should fail...
author timeless <timeless@mozdev.org>
date Thu, 21 Apr 2016 04:30:18 +0000
parents 3f45488d70df
children 6a98f9408a50
comparison
equal deleted inserted replaced
28995:8b6b6513c09f 28996:b74ca9ace65e
180 devel.all-warnings=true 180 devel.all-warnings=true
181 largefiles.usercache=$TESTTMP/.cache/largefiles 181 largefiles.usercache=$TESTTMP/.cache/largefiles
182 ui.slash=True 182 ui.slash=True
183 ui.interactive=False 183 ui.interactive=False
184 ui.mergemarkers=detailed 184 ui.mergemarkers=detailed
185 ui.usehttp2=true (?)
185 ui.foo=bar 186 ui.foo=bar
186 ui.nontty=true 187 ui.nontty=true
187 *** runcommand init foo 188 *** runcommand init foo
188 *** runcommand -R foo showconfig ui defaults 189 *** runcommand -R foo showconfig ui defaults
189 defaults.backout=-d "0 0" 190 defaults.backout=-d "0 0"
191 defaults.shelve=--date "0 0" 192 defaults.shelve=--date "0 0"
192 defaults.tag=-d "0 0" 193 defaults.tag=-d "0 0"
193 ui.slash=True 194 ui.slash=True
194 ui.interactive=False 195 ui.interactive=False
195 ui.mergemarkers=detailed 196 ui.mergemarkers=detailed
197 ui.usehttp2=true (?)
196 ui.nontty=true 198 ui.nontty=true
197 199
198 $ rm -R foo 200 $ rm -R foo
199 201
200 #if windows 202 #if windows