Changeset 2056 for box/trunk/test
- Timestamp:
- 23/01/2008 20:14:37 (4 years ago)
- Location:
- box/trunk/test/bbackupd/testfiles
- Files:
-
- 2 edited
-
extcheck1.pl.in (modified) (3 diffs)
-
extcheck2.pl.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/test/bbackupd/testfiles/extcheck1.pl.in
r1789 r2056 16 16 { 17 17 next unless m/\S/; 18 if(m/continousupdate/) 18 print "READ: $_"; 19 20 if (m/continousupdate/) 19 21 { 20 22 unless (/exists/) … … 24 26 } 25 27 $seen = 1; 28 } 29 elsif (m/^No entry for terminal type/ or 30 m/^using dumb terminal settings/) 31 { 32 # skip these lines, may happen in Debian buildd 33 # with no terminal. 26 34 } 27 35 else … … 34 42 } 35 43 } 36 print "READ: $_";37 44 } 38 45 -
box/trunk/test/bbackupd/testfiles/extcheck2.pl.in
r1789 r2056 15 15 { 16 16 next unless m/\S/; 17 if(m/continousupdate/) 17 print "READ: $_"; 18 19 if (m/continousupdate/) 18 20 { 19 21 unless (m/contents/ or m/attributes/) … … 22 24 $ret = 2; 23 25 } 26 } 27 elsif (m/^No entry for terminal type/ or 28 m/^using dumb terminal settings/) 29 { 30 # skip these lines, may happen in Debian buildd 31 # with no terminal. 24 32 } 25 33 else … … 32 40 } 33 41 } 34 35 print "READ: $_";36 42 } 37 43
Note: See TracChangeset
for help on using the changeset viewer.
