diff --git a/lustre/tests/iopentest1.c b/lustre/tests/iopentest1.c index 107970e89c7e36ac8d5c5d9e5ece540972347061..acc1112fa9c4897e39198571ab71897dd5a23369 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; }