Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
[simgrid.git] / tools / tesh / basic2.tesh
index 9e08b11..b95065e 100644 (file)
@@ -2,6 +2,21 @@
 
 p Test sorting and filtering of output
 
+$ true
+
+! output sort
+$ true
+
+$ printf 'profiling: foo\\n'
+
+$ printf 'profiling: foo'
+
+! output sort
+$ printf 'profiling: foo\\n'
+
+! output sort
+$ printf 'profiling: foo'
+
 $ printf 'a\\nb\\nc\\nd\\n'
 > a
 > b