commit | 068a7b2c31dcac99608eb233ca9f2b1e92954efe | [log] [tgz] |
---|---|---|
author | Bob Lantz <rlantz@cs.stanford.edu> | Fri Sep 26 00:50:55 2014 -0700 |
committer | Bob Lantz <rlantz@cs.stanford.edu> | Fri Sep 26 00:50:55 2014 -0700 |
tree | 7c7d66f46eb2989ab32108a9d9ca8e6aa98702ea | |
parent | a75826c7279d3fd462f14bf2905e88513b461e81 [diff] |
Warn on skipped examples test Change-Id: Ibbfead2ed5e907213c115a11f571e8ee3415a1e3
diff --git a/mininet-test.rules b/mininet-test.rules index 1130c2d..6b7bc33 100644 --- a/mininet-test.rules +++ b/mininet-test.rules
@@ -8,9 +8,10 @@ error /FAILED/ error /TIMEOUT/ -# Warn on exceptions and sub-errors +# Warn on exceptions, sub-errors, and skipped warn /(?i)^exception/ warn /ERROR/ +warn /\.\.\. skipped/ # Report passed tests in Info info /Test.*OK/