X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Ftests%2Frundbench;h=ad938dae7b46dead4ef0220d76b79f8e6fbd898f;hb=f24376dda26f09e93f8f0240ca904e06a785d7f1;hp=d4d6963c2dfd1127b25dd448b016fbea84342fb3;hpb=5b75ca77d0417370ede70e98cbd7176ccb26ac46;p=fs%2Flustre-release.git diff --git a/lustre/tests/rundbench b/lustre/tests/rundbench index d4d6963..ad938da 100755 --- a/lustre/tests/rundbench +++ b/lustre/tests/rundbench @@ -29,7 +29,7 @@ CLIENT_PREFIX="${DBENCH_LIB} /usr/share/dbench /usr/local/share /usr/lib/dbench" CLIENT_FILE="client.txt client_plain.txt dbench_client" if ! which dbench > /dev/null 2>&1 ; then [ "$MISSING_DBENCH_OK" ] || { error "$0 : $(hostname) dbench is not installed !" && exit 3; } - skip "$0 : $(hostname) dbench is not installed" + skip_env "$0 : $(hostname) dbench is not installed" exit 0 fi CLIENT="" @@ -49,7 +49,7 @@ if [ -n "$SRC" -a -s "$SRC" ]; then fi [ ! -s "$CLIENT" ] && \ - skip "$0 : $(hostname) no client file found for dbench DBENCH_LIB=$DBENCH_LIB SRC=$SRC" && \ + skip_env "$0 : $(hostname) no client file found for dbench DBENCH_LIB=$DBENCH_LIB SRC=$SRC" && \ exit 0 [ ! -s "$TGT" ] && echo "copying $CLIENT to $TGT" && cp $CLIENT $TGT