blob: cb88555152809238681c36e998a58e7c99d627aa [file] [log] [blame]
#!/bin/sh
set -e
#DEBHELPER#
#only enable on installation not upgrade
if [ "$1" = configure ] && [ -z "$2" ]; then
if [ "$CI" = "true" ]; then
fwupdtool enable-test-devices
else
echo "To enable test suite, run \`fwupdtool enable-test-devices\`"
fi
fi