trivial: Update the run-fwupd.sh script to include all debugging

This commit is contained in:
Richard Hughes 2015-10-30 08:49:03 +00:00
parent bb840ceaff
commit 0f89bcd47d

View File

@ -1,2 +1,6 @@
#!/usr/bin/sh
sudo LIBFWUP_ESRT_DIR="../../fwupdate/linux/sys/firmware/efi/esrt/" FWUPD_RPI_FW_DIR="../data/tests/rpiboot" ./fwupd --verbose
sudo \
LIBFWUP_ESRT_DIR="../../fwupdate/linux/sys/firmware/efi/esrt/" \
FWUPD_RPI_FW_DIR="../data/tests/rpiboot" \
G_MESSAGES_DEBUG="all" \
./fwupd --verbose