| Index: bin/cros_au_test_harness.py
|
| diff --git a/bin/cros_au_test_harness.py b/bin/cros_au_test_harness.py
|
| index 0af3b722a816bd401b61476d7e764a998691e9c2..994476caaca7a0d7b09f523edf9eb5b9faea4665 100755
|
| --- a/bin/cros_au_test_harness.py
|
| +++ b/bin/cros_au_test_harness.py
|
| @@ -967,7 +967,9 @@ def InsertPublicKeyIntoImage(image_path, key_path):
|
| os.rmdir(rootfs_dir)
|
| os.rmdir(stateful_dir)
|
|
|
| - RunCommand(['bin/cros_make_image_bootable', from_dir, image, ],
|
| + RunCommand(['bin/cros_make_image_bootable',
|
| + ReinterpretPathForChroot(from_dir),
|
| + image],
|
| print_cmd=False, redirect_stdout=True, redirect_stderr=True,
|
| enter_chroot=True, cwd=crosutils_dir)
|
|
|
|
|