Fossil SCM
Minor spacing fix.
Commit
2ff6ceb9853b6d1f87e67ce32029347c717a81f1
Parent
95080f47e265f34…
1 file changed
+1
-1
+1
-1
| --- test/tester.tcl | ||
| +++ test/tester.tcl | ||
| @@ -135,11 +135,11 @@ | ||
| 135 | 135 | set rc [catch {eval exec $cmd} result] |
| 136 | 136 | } |
| 137 | 137 | global RESULT CODE |
| 138 | 138 | set CODE $rc |
| 139 | 139 | if {($rc && !$expectError) || (!$rc && $expectError)} { |
| 140 | - protOut "ERROR: $result" 1 | |
| 140 | + protOut "ERROR: $result" 1 | |
| 141 | 141 | } elseif {$::VERBOSE} { |
| 142 | 142 | protOut "RESULT: $result" |
| 143 | 143 | } |
| 144 | 144 | set RESULT $result |
| 145 | 145 | } |
| 146 | 146 |
| --- test/tester.tcl | |
| +++ test/tester.tcl | |
| @@ -135,11 +135,11 @@ | |
| 135 | set rc [catch {eval exec $cmd} result] |
| 136 | } |
| 137 | global RESULT CODE |
| 138 | set CODE $rc |
| 139 | if {($rc && !$expectError) || (!$rc && $expectError)} { |
| 140 | protOut "ERROR: $result" 1 |
| 141 | } elseif {$::VERBOSE} { |
| 142 | protOut "RESULT: $result" |
| 143 | } |
| 144 | set RESULT $result |
| 145 | } |
| 146 |
| --- test/tester.tcl | |
| +++ test/tester.tcl | |
| @@ -135,11 +135,11 @@ | |
| 135 | set rc [catch {eval exec $cmd} result] |
| 136 | } |
| 137 | global RESULT CODE |
| 138 | set CODE $rc |
| 139 | if {($rc && !$expectError) || (!$rc && $expectError)} { |
| 140 | protOut "ERROR: $result" 1 |
| 141 | } elseif {$::VERBOSE} { |
| 142 | protOut "RESULT: $result" |
| 143 | } |
| 144 | set RESULT $result |
| 145 | } |
| 146 |