commit | 73e63122f9f2d6b0acfb9a45be0cbfa4de5bc5d3 | [log] [tgz] |
---|---|---|
author | Bob Lantz <rlantz@cs.stanford.edu> | Fri Nov 14 13:36:32 2014 -0800 |
committer | Bob Lantz <rlantz@cs.stanford.edu> | Fri Nov 14 13:37:04 2014 -0800 |
tree | 30ea25e262243616db8c81c2002efb5832e76dad | |
parent | 2f2964a7f2d5624377bc199f538c4260b7382475 [diff] |
/TIMEOUT/ -> /TIMEOUT:/ to avoid duplicate errors Change-Id: Ifde5f2e86b4fef5c7a30f623af338bd965e4b4d8
diff --git a/mininet-test.rules b/mininet-test.rules index cfc7dfa..8545384 100644 --- a/mininet-test.rules +++ b/mininet-test.rules
@@ -6,7 +6,7 @@ # Failed full tests will be marked with FAILED, # and a pexpect TIMEOUT is also almost certainly an error error /FAIL:/ -error /TIMEOUT/ +error /TIMEOUT:/ # Warn on exceptions, sub-errors, and skipped warn /(?i)^exception/