merge fix for testrun on amd64
authorMichael Vogt <michael.vogt@ubuntu.com>
Wed, 13 Oct 2010 10:23:25 +0000 (12:23 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Wed, 13 Oct 2010 10:23:25 +0000 (12:23 +0200)
test/integration/framework

index d832bed..95fce12 100644 (file)
@@ -64,6 +64,8 @@ runapt() {
        msgdebug "Executing: ${CCMD}$*${CDEBUG} "
        if [ -f ./aptconfig.conf ]; then
                APT_CONFIG=aptconfig.conf LD_LIBRARY_PATH=${BUILDDIRECTORY} ${BUILDDIRECTORY}/$*
+        elif [ -f ../aptconfig.conf ]; then
+                APT_CONFIG=../aptconfig.conf LD_LIBRARY_PATH=${BUILDDIRECTORY} ${BUILDDIRECTORY}/$*
        else
                LD_LIBRARY_PATH=${BUILDDIRECTORY} ${BUILDDIRECTORY}/$*
        fi