tests requirements

This commit is contained in:
olszomal 2019-12-06 12:20:57 +01:00 committed by Michał Trojnara
parent 1af321be77
commit 5c0a181436

View File

@ -43,7 +43,8 @@ if grep -o "no libgsf available" "results.log"
printf "%s\n" "tests for MSI files skipped, please install msitools package"
fi
fi
if [ -n "$(command -v faketime)" ]
then
for plik in ${script_path}/recipes/*
do
/bin/sh $plik 3>&1 2>> "results.log" 1>&2
@ -60,4 +61,8 @@ if [ $count -ne 0 ]
fi
rm -f "test.exe" "test.ex_" "sample.msi" "sample.wxs" "FoobarAppl10.exe"
rm -f "sign_pe.pem" "sign_msi.pem" "verify.log"
else
printf "%s\n" "faketime not found in \$PATH"
printf "%s\n" "tests for PE files skipped, please install faketime package"
fi
exit $result