File tree Expand file tree Collapse file tree 6 files changed +72
-0
lines changed Expand file tree Collapse file tree 6 files changed +72
-0
lines changed Original file line number Diff line number Diff line change 1+ # 1. Test if macros are replaced and tests are successful.
2+ shelltest tests/format1/one-failing-test
3+ >>> /.*Command [(]at line 8[)].*
4+ .*plahh.*
5+ .*Expected stdout.*
6+ .*slahh.*
7+ .*Got stdout.*
8+ .*plahh.*/
9+ >>>= 1
Original file line number Diff line number Diff line change 1+ # Note that this file is called from 'failure-line.test'
2+ # This should be fine.
3+ echo "plahh"
4+ >>> /plahh/
5+ >>>= 0
6+
7+ # This should be broken.
8+ echo "plahh"
9+ >>> /slahh/
10+ >>>= 0
11+
12+ # This should be fine.
13+ echo "plahh"
14+ >>> /plahh/
15+ >>>= 0
Original file line number Diff line number Diff line change 1+ # 1. Test if macros are replaced and tests are successful.
2+ shelltest tests/format1/one-failing-test
3+ >>> /.*Command [(]at line 8[)].*
4+ .*plahh.*
5+ .*Expected stdout.*
6+ .*slahh.*
7+ .*Got stdout.*
8+ .*plahh.*/
9+ >>>= 1
Original file line number Diff line number Diff line change 1+ # Note that this file is called from 'failure-line.test'
2+ # This should be fine.
3+ $$$ echo "plahh"
4+ >>> /plahh/
5+ >>>= 0
6+
7+ # This should be broken.
8+ $$$ echo "plahh"
9+ >>> /slahh/
10+ >>>= 0
11+
12+ # This should be fine.
13+ $$$ echo "plahh"
14+ >>> /plahh/
15+ >>>= 0
Original file line number Diff line number Diff line change 1+ # 1. Test if macros are replaced and tests are successful.
2+ shelltest tests/format1/one-failing-test
3+ >>> /.*Command [(]at line 8[)].*
4+ .*plahh.*
5+ .*Expected stdout.*
6+ .*slahh.*
7+ .*Got stdout.*
8+ .*plahh.*/
9+ >>>= 1
Original file line number Diff line number Diff line change 1+ # Note that this file is called from 'failure-line.test'
2+ # This should be fine.
3+ $ echo "plahh"
4+ > /plahh/
5+ >= 0
6+
7+ # This should be broken.
8+ $ echo "plahh"
9+ > /slahh/
10+ >= 0
11+
12+ # This should be fine.
13+ $ echo "plahh"
14+ > /plahh/
15+ >= 0
You can’t perform that action at this time.
0 commit comments