X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Ftests%2Flnet-selftest.sh;h=58e73f4890cb4ce5a9e4eb859d95c0886910d22e;hb=1202036818114e3fb2c6d94f1b72427c0001aa00;hp=860aa92603205c58635aeaed9df8bb81dab3f9f4;hpb=3e4061862e751dbbbbba273403b56201e705a830;p=fs%2Flustre-release.git diff --git a/lustre/tests/lnet-selftest.sh b/lustre/tests/lnet-selftest.sh index 860aa92..58e73f4 100755 --- a/lustre/tests/lnet-selftest.sh +++ b/lustre/tests/lnet-selftest.sh @@ -1,4 +1,6 @@ -#!/bin/sh +#!/bin/bash +# -*- mode: Bash; tab-width: 4; indent-tabs-mode: t; -*- +# vim:shiftwidth=4:softtabstop=4:tabstop=4: LUSTRE=${LUSTRE:-$(cd $(dirname $0)/..; echo $PWD)} . $LUSTRE/tests/test-framework.sh @@ -9,7 +11,7 @@ init_logging # ALWAYS_EXCEPT="$ALWAYS_EXCEPT $LNET_SELFTEST_EXCEPT" -[ x$LST = x ] && { skip_env "$0 : lst not found LST=$LST" && exit 0; } +[ x$LST = x ] && { skip_env "lst not found LST=$LST" && exit 0; } # FIXME: what is the reasonable value here? lst_LOOP=${lst_LOOP:-100000} @@ -155,7 +157,7 @@ test_smoke () { } run_test smoke "lst regression test" -complete $(basename $0) $SECONDS +complete $SECONDS if [ "$RESTORE_MOUNT" = yes ]; then setupall fi