test/py: run sandbox in source directory
authorStephen Warren <swarren@nvidia.com>
Thu, 28 Jan 2016 06:57:53 +0000 (23:57 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 29 Jan 2016 04:01:24 +0000 (21:01 -0700)
commitd27f2fc1e19c70d529932cf5725259dded19d5fd
tree72fd2ade5f59242f74d8332d9710fa562e259a80
parent77bcb22d77d1b1975c166755b012e0c0c1abb50a
test/py: run sandbox in source directory

Some unit tests expect the cwd of the sandbox process to be the root
of the source tree. Ensure that requirement is met.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
test/py/u_boot_console_sandbox.py
test/py/u_boot_spawn.py