]> AND Public Git Repository - simgrid.git/blobdiff - tools/tesh2/examples/catch-signal.tesh
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Removed bogus +1 while printing flow id coping with all experiments done before,...
[simgrid.git] / tools / tesh2 / examples / catch-signal.tesh
index b633b8acd84a1fdb38fa94aa59dbedb3d674974a..1740613257b277d171d10016d014553f74a67c27 100644 (file)
@@ -17,13 +17,13 @@ $ gcc -o segfault segfault.c
 
 ! expect return $EUNXPSIG
 < $ ./segfault
-$ ../tesh --log="log.thresh:info tesh.fmt:%m%n"
+$ tesh --log="log.thresh:info tesh.fmt:%m%n"
 > Test unit from stdin
 > [stdin:1] ./segfault
 > [stdin:1] `./segfault' : NOK (unexpected signal `SIGSEGV' caught)
 > Output of <stdin:1> so far: 
 > ||
-> Test unit `(stdin)' : NOK (unexpected signal caught)
+> Test unit `stdin': NOK (<stdin:1> unexpected signal caught)
 
 $ cd ..
 $ rm -rf temp_testdir