diff options
Diffstat (limited to 'scripts/qemuimage-tests')
| -rw-r--r-- | scripts/qemuimage-tests/tools/dmesg.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/qemuimage-tests/tools/dmesg.sh b/scripts/qemuimage-tests/tools/dmesg.sh index 66c022343b..f0c93181bd 100644 --- a/scripts/qemuimage-tests/tools/dmesg.sh +++ b/scripts/qemuimage-tests/tools/dmesg.sh | |||
| @@ -13,7 +13,9 @@ if [ $? -ne 0 ]; then | |||
| 13 | exit 1 | 13 | exit 1 |
| 14 | fi | 14 | fi |
| 15 | 15 | ||
| 16 | dmesg | grep -iq "error" | 16 | # For now, ignore mmci-pl18x errors on qemuarm which appeared |
| 17 | # from the 3.8 kernel and are harmless | ||
| 18 | dmesg | grep -v mmci-pl18x | grep -iq "error" | ||
| 17 | if [ $? -eq 0 ]; then | 19 | if [ $? -eq 0 ]; then |
| 18 | echo "QEMU: There is some error log in dmesg:" | 20 | echo "QEMU: There is some error log in dmesg:" |
| 19 | echo "QEMU: ##### Error Log ######" | 21 | echo "QEMU: ##### Error Log ######" |
