Fossil SCM
Remove stray debugging output in tests.
Commit
5fdf670fa9da722c33f99b5ed69f5f167813dba6
Parent
d282fc18d47347c…
4 files changed
-1
-1
-1
-1
-1
| --- test/merge5.test | ||
| +++ test/merge5.test | ||
| @@ -37,11 +37,10 @@ | ||
| 37 | 37 | test merge5-$testid 1 |
| 38 | 38 | } |
| 39 | 39 | } |
| 40 | 40 | |
| 41 | 41 | catch {exec $::fossilexe info} res |
| 42 | -puts res=$res | |
| 43 | 42 | if {![regexp {use --repository} $res]} { |
| 44 | 43 | puts stderr "Cannot run this test within an open checkout" |
| 45 | 44 | return |
| 46 | 45 | } |
| 47 | 46 | # |
| 48 | 47 |
| --- test/merge5.test | |
| +++ test/merge5.test | |
| @@ -37,11 +37,10 @@ | |
| 37 | test merge5-$testid 1 |
| 38 | } |
| 39 | } |
| 40 | |
| 41 | catch {exec $::fossilexe info} res |
| 42 | puts res=$res |
| 43 | if {![regexp {use --repository} $res]} { |
| 44 | puts stderr "Cannot run this test within an open checkout" |
| 45 | return |
| 46 | } |
| 47 | # |
| 48 |
| --- test/merge5.test | |
| +++ test/merge5.test | |
| @@ -37,11 +37,10 @@ | |
| 37 | test merge5-$testid 1 |
| 38 | } |
| 39 | } |
| 40 | |
| 41 | catch {exec $::fossilexe info} res |
| 42 | if {![regexp {use --repository} $res]} { |
| 43 | puts stderr "Cannot run this test within an open checkout" |
| 44 | return |
| 45 | } |
| 46 | # |
| 47 |
| --- test/merge_renames.test | ||
| +++ test/merge_renames.test | ||
| @@ -2,11 +2,10 @@ | ||
| 2 | 2 | # Tests for merging with renames |
| 3 | 3 | # |
| 4 | 4 | # |
| 5 | 5 | |
| 6 | 6 | catch {exec $::fossilexe info} res |
| 7 | -puts res=$res | |
| 8 | 7 | if {![regexp {use --repository} $res]} { |
| 9 | 8 | puts stderr "Cannot run this test within an open checkout" |
| 10 | 9 | return |
| 11 | 10 | } |
| 12 | 11 | |
| 13 | 12 |
| --- test/merge_renames.test | |
| +++ test/merge_renames.test | |
| @@ -2,11 +2,10 @@ | |
| 2 | # Tests for merging with renames |
| 3 | # |
| 4 | # |
| 5 | |
| 6 | catch {exec $::fossilexe info} res |
| 7 | puts res=$res |
| 8 | if {![regexp {use --repository} $res]} { |
| 9 | puts stderr "Cannot run this test within an open checkout" |
| 10 | return |
| 11 | } |
| 12 | |
| 13 |
| --- test/merge_renames.test | |
| +++ test/merge_renames.test | |
| @@ -2,11 +2,10 @@ | |
| 2 | # Tests for merging with renames |
| 3 | # |
| 4 | # |
| 5 | |
| 6 | catch {exec $::fossilexe info} res |
| 7 | if {![regexp {use --repository} $res]} { |
| 8 | puts stderr "Cannot run this test within an open checkout" |
| 9 | return |
| 10 | } |
| 11 | |
| 12 |
-1
| --- test/mv-rm.test | ||
| +++ test/mv-rm.test | ||
| @@ -17,11 +17,10 @@ | ||
| 17 | 17 | # |
| 18 | 18 | # MV / RM Commands |
| 19 | 19 | # |
| 20 | 20 | |
| 21 | 21 | catch {exec $::fossilexe info} res |
| 22 | -puts res=$res | |
| 23 | 22 | if {![regexp {use --repository} $res]} { |
| 24 | 23 | puts stderr "Cannot run this test within an open checkout" |
| 25 | 24 | return |
| 26 | 25 | } |
| 27 | 26 | |
| 28 | 27 |
| --- test/mv-rm.test | |
| +++ test/mv-rm.test | |
| @@ -17,11 +17,10 @@ | |
| 17 | # |
| 18 | # MV / RM Commands |
| 19 | # |
| 20 | |
| 21 | catch {exec $::fossilexe info} res |
| 22 | puts res=$res |
| 23 | if {![regexp {use --repository} $res]} { |
| 24 | puts stderr "Cannot run this test within an open checkout" |
| 25 | return |
| 26 | } |
| 27 | |
| 28 |
| --- test/mv-rm.test | |
| +++ test/mv-rm.test | |
| @@ -17,11 +17,10 @@ | |
| 17 | # |
| 18 | # MV / RM Commands |
| 19 | # |
| 20 | |
| 21 | catch {exec $::fossilexe info} res |
| 22 | if {![regexp {use --repository} $res]} { |
| 23 | puts stderr "Cannot run this test within an open checkout" |
| 24 | return |
| 25 | } |
| 26 | |
| 27 |
-1
| --- test/revert.test | ||
| +++ test/revert.test | ||
| @@ -38,11 +38,10 @@ | ||
| 38 | 38 | |
| 39 | 39 | fossil undo |
| 40 | 40 | } |
| 41 | 41 | |
| 42 | 42 | catch {exec $::fossilexe info} res |
| 43 | -puts res=$res | |
| 44 | 43 | if {![regexp {use --repository} $res]} { |
| 45 | 44 | puts stderr "Cannot run this test within an open checkout" |
| 46 | 45 | return |
| 47 | 46 | } |
| 48 | 47 | |
| 49 | 48 |
| --- test/revert.test | |
| +++ test/revert.test | |
| @@ -38,11 +38,10 @@ | |
| 38 | |
| 39 | fossil undo |
| 40 | } |
| 41 | |
| 42 | catch {exec $::fossilexe info} res |
| 43 | puts res=$res |
| 44 | if {![regexp {use --repository} $res]} { |
| 45 | puts stderr "Cannot run this test within an open checkout" |
| 46 | return |
| 47 | } |
| 48 | |
| 49 |
| --- test/revert.test | |
| +++ test/revert.test | |
| @@ -38,11 +38,10 @@ | |
| 38 | |
| 39 | fossil undo |
| 40 | } |
| 41 | |
| 42 | catch {exec $::fossilexe info} res |
| 43 | if {![regexp {use --repository} $res]} { |
| 44 | puts stderr "Cannot run this test within an open checkout" |
| 45 | return |
| 46 | } |
| 47 | |
| 48 |