Skip to content
Snippets Groups Projects
Verified Commit 2e111824 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

debian: enfore the "fail on missing tools" only when testing with all the recommended packages

parent 0eddfab7
No related branches found
No related tags found
No related merge requests found
Pipeline #47221 passed with warnings
......@@ -8,7 +8,9 @@ if ! [ -d "$ADTTMP" ]; then
fi
export LIBGUESTFS_MEMSIZE=128
export DIFFOSCOPE_TESTS_FAIL_ON_MISSING_TOOLS=1
if [ "$(basename "$0")" = "pytest-with-recommends" ]; then
export DIFFOSCOPE_TESTS_FAIL_ON_MISSING_TOOLS=1
fi
cp -r tests $ADTTMP
(cd $ADTTMP; py.test-3 -vv -l -r a)
cp -r tests "$ADTTMP"
(cd "$ADTTMP"; py.test-3 -vv -l -r a)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment