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

b=15273

i=Adilger
skip test_37 if CLIENTMODSONLY is set
parent 7c166cb6
No related branches found
No related tags found
No related merge requests found
...@@ -1458,7 +1458,7 @@ test_36() { # 12743 ...@@ -1458,7 +1458,7 @@ test_36() { # 12743
run_test 36 "df report consistency on OSTs with different block size" run_test 36 "df report consistency on OSTs with different block size"
test_37() { test_37() {
[ -n "$CLIENTONLY" ] && skip "client only testing" && return 0 [ -n "$CLIENTONLY" -o -n "$CLIENTMODSONLY" ] && skip "client only testing" && return 0
LOCAL_MDSDEV="$TMP/mdt.img" LOCAL_MDSDEV="$TMP/mdt.img"
SYM_MDSDEV="$TMP/sym_mdt.img" SYM_MDSDEV="$TMP/sym_mdt.img"
......
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