Print a message when test has finished successfully.
authorbluhm <bluhm@openbsd.org>
Fri, 8 Sep 2023 21:16:55 +0000 (21:16 +0000)
committerbluhm <bluhm@openbsd.org>
Fri, 8 Sep 2023 21:16:55 +0000 (21:16 +0000)
regress/sys/netinet/frag/frag_permute.py
regress/sys/netinet/frag/frag_queuelimit.py
regress/sys/netinet6/frag6/frag6_permute.py
regress/sys/netinet6/frag6/frag6_queuelimit.py

index 45c6f1f..4dcd785 100644 (file)
@@ -63,3 +63,5 @@ for p in permute:
        else:
                print("NO ECHO REPLY")
                exit(2)
+print("permutation done")
+exit(0)
index 0e89a1a..436cee5 100644 (file)
@@ -68,4 +68,5 @@ for a in ans:
 if not reply:
        print("NO ECHO REPLY FROM 64 FRAGMENTS")
        exit(1)
+print("echo reply from 64 fragments")
 exit(0)
index 2d3f272..eb87203 100644 (file)
@@ -63,3 +63,5 @@ for p in permute:
        else:
                print("NO ECHO REPLY")
                exit(2)
+print("permutation done")
+exit(0)
index 07c69ce..9754b08 100644 (file)
@@ -68,4 +68,5 @@ for a in ans:
 if not reply:
        print("NO ECHO REPLY FROM 64 FRAGMENTS")
        exit(1)
+print("echo reply from 64 fragments")
 exit(0)