Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
last change of Tesh2
[simgrid.git] / tools / tesh2 / examples / keep-going-unit.tesh
index 22ce9dc..61f179d 100644 (file)
@@ -39,7 +39,7 @@ $ gcc -o job job.c
 < ! expect return 0\r
 < > Hello Tesh\r
 < $ ./job\r
-$ ./tesh --log='log.thresh:info tesh.fmt:%m%n'\r
+$ ./tesh --log="log.thresh:info tesh.fmt:%m%n"\r
 > Test unit from stdin\r
 > [stdin:3] ./job\r
 > [stdin:3] ./job : NOK (returned code `0' instead `1')\r
@@ -71,7 +71,7 @@ $ ./tesh --log='log.thresh:info tesh.fmt:%m%n'
 < ! expect return 0\r
 < > Hello Tesh\r
 < $ ./job\r
-$ ./tesh --log='log.thresh:info tesh.fmt:%m%n'  --keep-going-unit\r
+$ ./tesh --log="log.thresh:info tesh.fmt:%m%n"  --keep-going-unit\r
 > Test unit from stdin\r
 > [stdin:3] ./job\r
 > [stdin:3] ./job : NOK (returned code `0' instead `1')\r