X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;ds=sidebyside;f=lustre%2Ftests%2Fliblustre.sh;h=0309b3301fb0f373b0f6637fdd0a1959bdb846c0;hb=e5a6d30afa60105a924f236a953b9c3c51510539;hp=0ad8c35cbc2a66c0f4caeb2f5c00c58696d2c3a2;hpb=8c4f96f910786ff3d73474ef5f8d4a96a30a0bed;p=fs%2Flustre-release.git diff --git a/lustre/tests/liblustre.sh b/lustre/tests/liblustre.sh index 0ad8c35..0309b33 100644 --- a/lustre/tests/liblustre.sh +++ b/lustre/tests/liblustre.sh @@ -21,7 +21,8 @@ export LIBLUSTRE_TIMEOUT=`lctl get_param -n timeout` test_1() { if ! check_versions; then - skip "liblustre version mismatch: cli $CLIVER, mds $MDSVER, ost $OSTVER" + skip "liblustre version mismatch: cli $(lustre_version_code client), \ + mds $(lustre_version_code $SINGLEMDS), ost $(lustre_version_code ost1)" elif ! [ "$NETTYPE" = "tcp" -o "$NETTYPE" = "ptl" ]; then skip "NETTYPE=$NETTYPE unsupported for liblustre" elif [ ! -x $LIBLUSTRETESTS/sanity ]; then @@ -40,6 +41,6 @@ test_1() { } run_test 1 "liblustre sanity" -complete $(basename $0) $SECONDS +complete $SECONDS check_and_cleanup_lustre exit_status