| Index: src/scripts/build_autotest.sh
|
| diff --git a/src/scripts/build_autotest.sh b/src/scripts/build_autotest.sh
|
| index 6e81a04d0adb72a533107587ffff261fcc96fc32..540c3857adf885f717a240e1958f93618b606ee2 100755
|
| --- a/src/scripts/build_autotest.sh
|
| +++ b/src/scripts/build_autotest.sh
|
| @@ -38,7 +38,8 @@ AUTOTEST_DEST="/usr/local/autotest"
|
|
|
| # Copy a local "installation" of autotest into the chroot, to avoid
|
| # polluting the src dir with tmp files, results, etc.
|
| -update_chroot_autotest "${CHROOT_TRUNK_DIR}/src/third_party/autotest/files"
|
| +update_chroot_autotest "${CHROOT_TRUNK_DIR}/src/third_party/autotest/files" \
|
| + "${AUTOTEST_DEST}"
|
|
|
| # Create python package init files for top level test case dirs.
|
| function touchInitPy() {
|
|
|