Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix usage of testsuite_name.
[simgrid.git] / tools / tesh / catch-signal.tesh
index c9f9fec..2b0436f 100644 (file)
@@ -19,9 +19,9 @@ $ gcc -o segfault segfault.c
 < $ ./segfault
 $ ../tesh --log='log.thresh:info tesh.fmt:%m%n'
 > Test suite from stdin
-> [stdin:1] ./segfault
-> Test suite `(stdin)': NOK (<stdin:1> got signal SIGSEGV)
-> Output of <stdin:1> so far: 
+> [(stdin):1] ./segfault
+> Test suite `(stdin)': NOK (<(stdin):1> got signal SIGSEGV)
+> Output of <(stdin):1> so far: 
 > ||
 
 $ cd ..