Whamcloud - gitweb
LU-1528 test: run_one_logged should return error when test fail
[fs/lustre-release.git] / lustre / tests / test-framework.sh
index e4d550d..80bac33 100644 (file)
@@ -3466,7 +3466,7 @@ run_one_logged() {
 
     umask $SAVE_UMASK
 
-    return 0
+    return $RC
 }
 
 #