]> git.ipfire.org Git - people/ms/u-boot.git/commit
test/py: Quote consistency
authorStephen Warren <swarren@nvidia.com>
Tue, 26 Jan 2016 20:41:31 +0000 (13:41 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 29 Jan 2016 04:01:24 +0000 (21:01 -0700)
commita2ec560647e90250183e379799db957970cb260e
treeec6d75579e51ecbf5ff0ece07a225488fc4e8ffe
parente8debf394fbba594fcfc267c61f8c6bbca395b06
test/py: Quote consistency

When converting test/py from " to ', I missed a few places (or added a
few inconsistencies later). Fix these.

Note that only quotes in code are converted; double-quotes in comments
and HTML are left as-is, since English and HTML use " not '.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/py/multiplexed_log.py
test/py/test.py
test/py/tests/test_dfu.py
test/py/tests/test_net.py
test/py/tests/test_shell_basics.py