X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=tests%2Fu_tune2fs%2Fscript;h=4cc1e0c06823bc8ea4e4a7686931be616f7f941b;hb=3faa5229cfc89cd82ed2b981366698cbecd5ee2b;hp=222b95f3b0bb706aaafbf428e55b6e36856c50c3;hpb=9729f247b171cbe1da8954e4d19949de84e64091;p=tools%2Fe2fsprogs.git diff --git a/tests/u_tune2fs/script b/tests/u_tune2fs/script index 222b95f..4cc1e0c 100644 --- a/tests/u_tune2fs/script +++ b/tests/u_tune2fs/script @@ -1,4 +1,4 @@ -printf "e2undo with tune2fs: " +test_description="e2undo with tune2fs" if test -x $E2UNDO_EXE; then E2FSPROGS_UNDO_DIR=/tmp @@ -24,13 +24,11 @@ new_md5=`md5sum $TMPFILE | cut -d " " -f 1` echo md5sum after e2undo $new_md5 >> $OUT if [ $md5 = $new_md5 ]; then - echo "ok" + echo "$test_name: $test_description: ok" touch $test_name.ok - rm -f $test_name.failed else - rm -f $test_name.ok ln -f $test_name.log $test_name.failed - echo "failed" + echo "$test_name: $test_description: failed" fi rm -f $TDB_FILE $TMPFILE fi