Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
use the current syntax in this doc snippet
[simgrid.git] / tools / tesh / tesh.py
index a7a760a8d61efdf3def63a1cdb83eb04ad2ce84f..8f1cb4c0224f62c683fdca9d07a055b7b654e7dd 100755 (executable)
@@ -353,11 +353,11 @@ class Cmd(object):
                 if self.sort >= 0: # If sorted, truncate the diff output and show the unsorted version
                     difflen = 0;
                     for line in diff:
-                        if difflen<250:
+                        if difflen<50:
                             print(line)
                         difflen += 1
-                    if difflen > 100:
-                        print("(diff truncated after 250 lines)")
+                    if difflen > 50:
+                        print("(diff truncated after 50 lines)")
                     print("Unsorted observed output:\n")
                     for line in stdcpy:
                         print(line)