From 66f7e17dce8fc7121c4e68c4a77aa9f76b5242de Mon Sep 17 00:00:00 2001
From: adilger <adilger>
Date: Wed, 14 Jan 2004 21:47:48 +0000
Subject: [PATCH] Add finished line to iopentest1.

---
 lustre/tests/iopentest1.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lustre/tests/iopentest1.c b/lustre/tests/iopentest1.c
index 107970e89c..acc1112fa9 100644
--- a/lustre/tests/iopentest1.c
+++ b/lustre/tests/iopentest1.c
@@ -87,7 +87,7 @@ int main(int argc, char *argv[])
                                 __FILE__, __LINE__, fname, strerror(errno));
                         exit(1);
                 }
-		
+
                 rc = stat(iname, &buf);
                 if (rc != 0) {
                         fprintf(stderr, "%s:%d: stat(%s) failed: %s\n",
@@ -95,6 +95,7 @@ int main(int argc, char *argv[])
                         exit(1);
                 }
         }
+        printf("%s:finished...\n", argv[0]);
 
         return 0;
 }
-- 
GitLab