Whamcloud - gitweb
list_mods() should not return an error if we are not waiting.
authoradilger <adilger>
Fri, 12 Jul 2002 20:38:06 +0000 (20:38 +0000)
committeradilger <adilger>
Fri, 12 Jul 2002 20:38:06 +0000 (20:38 +0000)
lustre/tests/common.sh

index 029d251..c5f9341 100644 (file)
@@ -137,6 +137,7 @@ list_mods() {
        $DBGCTL modules > $R/tmp/ogdb
        echo "The GDB module script is in $R/tmp/ogdb"
        [ "$DEBUG_WAIT" = "yes" ] && echo -n "Press ENTER to continue" && read
+       return 0
 }
 
 # start acceptor for a given network and port.