Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6b06820

Browse files
committed
add AUTOPKGTEST_TMP variable
1 parent e4ba560 commit 6b06820

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adt-runscript.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def parse_depends(self, d):
149149
mkdir -p /tmp/sadt
150150
chown adttesting /tmp/sadt
151151
set +e
152-
TMPDIR=/tmp/sadt ADTTMP=/tmp/sadt {asuser} debian/tests/{testname} 2> errlog
152+
TMPDIR=/tmp/sadt ADTTMP=/tmp/sadt AUTOPKGTEST_TMP=/tmp/sadt {asuser} debian/tests/{testname} 2> errlog
153153
ret=$?
154154
set -e
155155
if [ ! $(cat errlog | wc -l) -eq 0 ]; then

0 commit comments

Comments
 (0)