Whamcloud - gitweb
LU-8995 tests: set debug size correctly
[fs/lustre-release.git] / lustre / tests / checkstack.pl
index 3504e96..c59c970 100644 (file)
@@ -27,8 +27,8 @@
 # use anything else and feel the pain ;)
 {
        my $arch = shift;
-       $x      = "[0-9a-f]{3,5}";              # hex number     >= 256
-       $d      = "([0-9]{2}|[2-9])[0-9]{2}";   # decimal number >= 200
+       $x      = "[0-9a-f]{1,5}";              # hex number
+       $d      = "[0-9]{1,5}"; # decimal number
        if ($arch eq "") {
                $arch = `uname -m`;
        }