Replace deprecated ADTTMP variable in autopkgtests.

This commit is contained in:
Felix Geyer 2019-11-12 18:51:53 +01:00
parent 70238b5cee
commit 3272d46942
3 changed files with 3 additions and 3 deletions

View File

@ -4,6 +4,6 @@ set -ev
SRCDIR="$(pwd)"
cd "$ADTTMP"
cd "$AUTOPKGTEST_TMP"
cmake "$SRCDIR/debian/tests/findmodules_data"

View File

@ -4,7 +4,7 @@ set -ev
SRCDIR="$(pwd)"
cd "$ADTTMP"
cd "$AUTOPKGTEST_TMP"
cmake -DCMake_TEST_EXTERNAL_CMAKE=/usr/bin "$SRCDIR"
make VERBOSE=1

View File

@ -4,7 +4,7 @@ set -ev
SRCDIR="$(pwd)"
cd "$ADTTMP"
cd "$AUTOPKGTEST_TMP"
cmake -DCMake_TEST_EXTERNAL_CMAKE=/usr/bin -GNinja "$SRCDIR"
ninja -v