X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Ftests%2Fiopentest1.c;h=acc1112fa9c4897e39198571ab71897dd5a23369;hb=83f755685e50da38cb916ae4fb83f62429b5d568;hp=107970e89c7e36ac8d5c5d9e5ece540972347061;hpb=66ed8c93cbcbb311f1e526e1abc40a372028e611;p=fs%2Flustre-release.git diff --git a/lustre/tests/iopentest1.c b/lustre/tests/iopentest1.c index 107970e..acc1112 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; }