Browse Source
Since commit 5ba0086bfd
, the
dtc-checkfails.sh script does not check the return code from dtc.
That's reasonable, since depending on the checks we're testing, dtc
could either complete succesfully or return an error.
However, it's never right for dtc to SEGV or otherwise be killed by a
signal. So the script should catch that, and fail the testcase if it
happens. This patch implements this behaviour.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
main
David Gibson
17 years ago
committed by
Jon Loeliger
1 changed files with 4 additions and 0 deletions
Loading…
Reference in new issue