Enable tracemalloc in integration tests with at most 3 frames

Signed-off-by: Olivier Gayot <olivier.gayot@canonical.com>
This commit is contained in:
Olivier Gayot 2022-03-08 11:23:50 +01:00
parent a1df5ea409
commit 813448683c
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ set -eux
testschema=.subiquity/test-autoinstall-schema.json
export PYTHONPATH=$PWD:$PWD/probert:$PWD/curtin
export PYTHONTRACEMALLOC=3
RELEASE=$(lsb_release -rs)