Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetic in tesh. Better doc and TODO.
authorDavid Glesser <david.glesser@imag.fr>
Thu, 1 Sep 2016 16:30:00 +0000 (18:30 +0200)
committerDavid Glesser <david.glesser@imag.fr>
Thu, 1 Sep 2016 16:30:00 +0000 (18:30 +0200)
tools/tesh/tesh.pod
tools/tesh/tesh.py

index 0ada1ab..b773ba8 100755 (executable)
@@ -158,7 +158,7 @@ expected output.
 
 =item output sort
 
 
 =item output sort
 
-The output is sorted before comparison (see next section).
+The output and the expected output are sorted before comparison (see next section).
 
 =back
 
 
 =back
 
index ef69904..984e23d 100755 (executable)
@@ -11,13 +11,18 @@ All rights reserved.
 This program is free software; you can redistribute it and/or modify it
 under the terms of the license (GNU LGPL) which comes with this package.
 
 This program is free software; you can redistribute it and/or modify it
 under the terms of the license (GNU LGPL) which comes with this package.
 
-#TODO: <glesserd> emptty: does "! output display" also disable the comparaison with the output ?  yes
 
 
-#TODO: child of child of child printf => tester dans rsg...
+#TODO: child of child of child that printfs. Does it work?
+#TODO: a child die after its parent. What happen?
 
 #TODO: regular expression in output
 
 #TODO: regular expression in output
+#ex: >> Time taken: [0-9]+s
 #TODO: linked regular expression in output
 #TODO: linked regular expression in output
-
+#ex:
+# >> Bytes sent: ([0-9]+)
+# >> Bytes recv: \1
+# then, even better:
+# ! expect (\1 > 500)
 
 """
 
 
 """