##// END OF EJS Templates
tests: ensure run-tests handles multiple lines of churn...
timeless -
r28619:695c666f default
parent child Browse files
Show More
@@ -67,6 +67,30 b' a succesful test'
67 failing test
67 failing test
68 ==================
68 ==================
69
69
70 test churn with globs
71 $ cat > test-failure.t <<EOF
72 > $ echo "bar-baz"; echo "bar-bad"
73 > bar*bad (glob)
74 > bar*baz (glob)
75 > EOF
76 $ rt test-failure.t
77
78 --- $TESTTMP/test-failure.t
79 +++ $TESTTMP/test-failure.t.err
80 @@ -1,3 +1,3 @@
81 $ echo "bar-baz"; echo "bar-bad"
82 + bar*baz (glob)
83 bar*bad (glob)
84 - bar*baz (glob)
85
86 ERROR: test-failure.t output changed
87 !
88 Failed test-failure.t: output changed
89 # Ran 1 tests, 0 skipped, 0 warned, 1 failed.
90 python hash seed: * (glob)
91 [1]
92
93 basic failing test
70 $ cat > test-failure.t << EOF
94 $ cat > test-failure.t << EOF
71 > $ echo babar
95 > $ echo babar
72 > rataxes
96 > rataxes
General Comments 0
You need to be logged in to leave comments. Login now