X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dd551b8686f7bb28adbf2e05c5de38cadfbf9dd5..33dd61ba8feb01687a0faf745862f6ca3a92b8f8:/tools/tesh/catch-signal.tesh diff --git a/tools/tesh/catch-signal.tesh b/tools/tesh/catch-signal.tesh index 3a7727f3e9..8229a7a377 100644 --- a/tools/tesh/catch-signal.tesh +++ b/tools/tesh/catch-signal.tesh @@ -9,9 +9,11 @@ $ cd temp_testdir-catch-signal < kill 'SEGV', $$; $ mkfile segfault.pl +p Check that we notice when SEGV is raised ! expect signal SIGSEGV $ perl segfault.pl +p Check that we return the expected return value on SEGV ! expect return 15 < $ perl segfault.pl $ ../tesh --enable-coverage