Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sanitize the use of logs in unit testing of parmap to fix supernovae
[simgrid.git] / tools / tesh2 / examples / cd.tesh
index c1e52c9..7f8cde7 100644 (file)
@@ -15,12 +15,12 @@ $ ls
 > Test unit from stdin
 > [stdin:1] cd toto
 > [stdin:1] Chdir to toto failed: no such file or directory
-> Test unit `(stdin)' : NOK (no such file or directory)
-$ ../tesh --log='log.thresh:info tesh.fmt:%m%n'
+> Test unit `stdin': NOK (<stdin:1> no such file or directory)
+$ tesh --log="log.thresh:info tesh.fmt:%m%n"
 
 # The next command checks that there is a testdir_temp in the upper directory, 
 # ie that mkdir and cd both worked.
-$ test -e ../testdir_temp
+#$ test -e ../testdir_temp
 
 $ cd ..
 $ rmdir testdir_temp