Changeset 1561 in tailor
- Timestamp:
- 05/26/08 17:43:13 (5 years ago)
- Hash name:
- 20080526154313-bb3d1-9135475ab70f6260b6f0354af7a11c9c60572a3a
- File:
-
- 1 edited
-
test-scripts/test-darcs2aegis-simple.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
test-scripts/test-darcs2aegis-simple.sh
r1555 r1561 210 210 activity="check aegis project history" 211 211 aegis -list project_history -unformatted 2> log | cut -d\ -f 1,7- > history 212 if test $? -ne 0; then cat log; no_result; fi212 if test $? -ne 0; then cat history; no_result; fi 213 213 214 214 diff ok history 215 if test $? -ne 0; then cat tailor.log;fail; fi215 if test $? -ne 0; then fail; fi 216 216 217 217 # … … 255 255 activity="check aegis project history" 256 256 aegis -list project_history -unformatted 2> log | cut -d\ -f 1,7- > history 257 if test $? -ne 0; then cat log; no_result; fi257 if test $? -ne 0; then cat history; no_result; fi 258 258 259 259 diff ok history
Note: See TracChangeset
for help on using the changeset viewer.
