Skip to content
Snippets Groups Projects
Commit e4e86f27 authored by Elena Gryaznova's avatar Elena Gryaznova
Browse files

-- fixed typo

parent d4206473
No related branches found
No related tags found
No related merge requests found
...@@ -1064,7 +1064,6 @@ error() { ...@@ -1064,7 +1064,6 @@ error() {
local TYPE=${TYPE:-"FAIL"} local TYPE=${TYPE:-"FAIL"}
local ERRLOG local ERRLOG
sysctl -w lustre.fail_loc=0 2> /dev/null || true sysctl -w lustre.fail_loc=0 2> /dev/null || true
log "${TESTSUITE} ${TESTNAME}: **** ${TYPE}:" $@
log " ${TESTSUITE} ${TESTNAME}: @@@@@@ ${TYPE}: $@ " log " ${TESTSUITE} ${TESTNAME}: @@@@@@ ${TYPE}: $@ "
ERRLOG=$TMP/lustre_${TESTSUITE}_${TESTNAME}.$(date +%s) ERRLOG=$TMP/lustre_${TESTSUITE}_${TESTNAME}.$(date +%s)
echo "Dumping lctl log to $ERRLOG" echo "Dumping lctl log to $ERRLOG"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment