Changeset 1565 in tailor for test-scripts/test-darcs2aegis-simple.sh
- Timestamp:
- 05/28/08 08:20:59 (5 years ago)
- Hash name:
- 20080528062059-bb3d1-e857ce8c36b7f9bab690dc927660485e484c9627
- File:
-
- 1 edited
-
test-scripts/test-darcs2aegis-simple.sh (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
test-scripts/test-darcs2aegis-simple.sh
r1564 r1565 67 67 cd $work 68 68 69 # 70 # Prepare the darcs repository 71 # 69 72 activity="darcs setup" 70 73 mkdir $work/darcs-repo > log 2>&1 … … 172 175 workchan=$work/foo.chan 173 176 177 # 178 # The project is NOT created by means of tailor since it should be 179 # created with a different user. 180 # 174 181 activity="new project" 175 182 aegis -npr $AEGIS_PROJECT -version "" -lib $AEGIS_PATH \ … … 228 235 229 236 activity="run tailor" 230 python $here/tailor -c $work/tailor.conf > tailor.log 2>&1231 if test $? -ne 0; then cat tailor.log; fail; fi237 python $here/tailor -c $work/tailor.conf > $work/tailor.log 2>&1 238 if test $? -ne 0; then cat $work/tailor.log; fail; fi 232 239 233 240 cat > $work/ok <<EOF … … 248 255 # add more darcs changes 249 256 # 250 cat > $work/darcs-repo/ba r.txt <<EOF257 cat > $work/darcs-repo/baz.txt <<EOF 251 258 A simple text file 252 259 wit some more text. … … 317 324 318 325 # 319 # test change content320 # 321 activity="change 10 "326 # test the change content 327 # 328 activity="change 10 content" 322 329 cat > $work/ok <<EOF 323 330 config create 1 aegis.conf
Note: See TracChangeset
for help on using the changeset viewer.
