diff options
Diffstat (limited to 'sanity/system_light/scripts/postmark.sh')
-rwxr-xr-x | sanity/system_light/scripts/postmark.sh | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/sanity/system_light/scripts/postmark.sh b/sanity/system_light/scripts/postmark.sh deleted file mode 100755 index 51ce440..0000000 --- a/sanity/system_light/scripts/postmark.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/bash - -#This program runs the tool postmark which is a filesystem benchmark program. To know the details of it see the man page. -function main() -{ - - echo "start:`date +%T`" - time postmark $POST_FILE 2>>$LOG_FILE 1>>$LOG_FILE - - if [ $? -ne 0 ]; then - echo "end:`date +%T`" - return 11; - else - echo "end:`date +%T`" - return 0; - fi -} - -main "$@";
\ No newline at end of file |