Whamcloud - gitweb
LU-11170 tests: add debugging to sanity/415
[fs/lustre-release.git] / lustre / tests / test-framework.sh
index 75ce9f4..7970291 100755 (executable)
@@ -10839,7 +10839,9 @@ function createmany() {
        fi
        $LUSTRE/tests/createmany $*
        rc=$?
-       debugrestore
+       if (( count > 100 )); then
+               debugrestore
+       fi
 
        return $rc
 }