diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-11-15 14:19:23 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-11-15 14:19:23 +0100 |
commit | ded9d4e22002ead2aa12bc5bc8b34c21f2d3b707 (patch) | |
tree | 7e599895a76e3387c7aa6f810752d9d35d40b197 /test/integration/framework | |
parent | e58371283fff2f9bb6a7edb3868d7eb08d175175 (diff) |
test/integration/framework: set methods dir
Diffstat (limited to 'test/integration/framework')
-rw-r--r-- | test/integration/framework | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/framework b/test/integration/framework index 2422f0886..f78ae2ee1 100644 --- a/test/integration/framework +++ b/test/integration/framework @@ -117,6 +117,7 @@ setupenvironment() { echo "Debug::NoLocking \"true\";" >> aptconfig.conf echo "APT::Get::Show-User-Simulation-Note \"false\";" >> aptconfig.conf echo "Dir::Bin::dpkg \"fakeroot\";" >> aptconfig.conf + echo "Dir::Bin::methods \"${BUILDDIRECTORY}/methods\";" >> aptconfig.conf echo "DPKG::options:: \"dpkg\";" >> aptconfig.conf echo "DPKG::options:: \"--root=${TMPWORKINGDIRECTORY}/rootdir\";" >> aptconfig.conf echo "DPKG::options:: \"--force-not-root\";" >> aptconfig.conf |