Skip to content

Commit

Permalink
log if no panics were found
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel5151 committed Apr 30, 2023
1 parent 5fed446 commit 04909b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example_no_std/dump_asm.sh
Expand Up @@ -17,4 +17,6 @@ if grep "core::panicking::panic_fmt" asm.s
then
echo "found panic in example_no_std!"
exit 1
else
echo "no panics in example_no_std"
fi

0 comments on commit 04909b7

Please sign in to comment.