Changeset 1561 in tailor


Ignore:
Timestamp:
05/26/08 17:43:13 (5 years ago)
Author:
<walter.franzini@…>
Hash name:
20080526154313-bb3d1-9135475ab70f6260b6f0354af7a11c9c60572a3a
Message:

aegis test improvement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test-scripts/test-darcs2aegis-simple.sh

    r1555 r1561  
    210210activity="check aegis project history" 
    211211aegis -list project_history -unformatted 2> log | cut -d\  -f 1,7- > history 
    212 if test $? -ne 0; then cat log; no_result; fi 
     212if test $? -ne 0; then cat history; no_result; fi 
    213213 
    214214diff ok history 
    215 if test $? -ne 0; then cat tailor.log; fail; fi 
     215if test $? -ne 0; then fail; fi 
    216216 
    217217# 
     
    255255activity="check aegis project history" 
    256256aegis -list project_history -unformatted 2> log | cut -d\  -f 1,7- > history 
    257 if test $? -ne 0; then cat log; no_result; fi 
     257if test $? -ne 0; then cat history; no_result; fi 
    258258 
    259259diff ok history 
Note: See TracChangeset for help on using the changeset viewer.