Whamcloud - gitweb
Branch HEAD
authorhuanghua <huanghua>
Tue, 10 Feb 2009 01:35:24 +0000 (01:35 +0000)
committerhuanghua <huanghua>
Tue, 10 Feb 2009 01:35:24 +0000 (01:35 +0000)
b=17175
i=grev

use correct matching pattern to match the string.

lustre/tests/conf-sanity.sh

index 60f880a..1f4ba1f 100644 (file)
@@ -1228,7 +1228,7 @@ test_35() { # bug 12459
        # contact after the connection loss
        $LCTL dk $TMP/lustre-log-$TESTNAME.log
        NEXTCONN=`awk "/${MSG}/ {start = 1;}
-                      /import_select_connection.$device-mdc.* using connection/ {
+                      /import_select_connection.*$device-mdc.* using connection/ {
                                if (start) {
                                        if (\\\$NF ~ /$FAKENID/)
                                                print \\\$NF;