Ignore:
Timestamp:
05/28/08 08:20:59 (5 years ago)
Author:
<walter.franzini@…>
Hash name:
20080528062059-bb3d1-e857ce8c36b7f9bab690dc927660485e484c9627
Message:

minor improvements to the aegis test script

File:
1 edited

Legend:

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

    r1564 r1565  
    6767cd $work 
    6868 
     69# 
     70# Prepare the darcs repository 
     71# 
    6972activity="darcs setup" 
    7073mkdir $work/darcs-repo > log 2>&1 
     
    172175workchan=$work/foo.chan 
    173176 
     177# 
     178# The project is NOT created by means of tailor since it should be 
     179# created with a different user. 
     180# 
    174181activity="new project" 
    175182aegis -npr $AEGIS_PROJECT -version "" -lib $AEGIS_PATH \ 
     
    228235 
    229236activity="run tailor" 
    230 python $here/tailor -c $work/tailor.conf > tailor.log 2>&1 
    231 if test $? -ne 0; then cat tailor.log; fail; fi 
     237python $here/tailor -c $work/tailor.conf > $work/tailor.log 2>&1 
     238if test $? -ne 0; then cat $work/tailor.log; fail; fi 
    232239 
    233240cat > $work/ok <<EOF 
     
    248255# add more darcs changes 
    249256# 
    250 cat > $work/darcs-repo/bar.txt <<EOF 
     257cat > $work/darcs-repo/baz.txt <<EOF 
    251258A simple text file 
    252259wit some more text. 
     
    317324 
    318325# 
    319 # test change content 
    320 # 
    321 activity="change 10" 
     326# test the change content 
     327# 
     328activity="change 10 content" 
    322329cat > $work/ok <<EOF 
    323330config create 1 aegis.conf 
Note: See TracChangeset for help on using the changeset viewer.