cvsuser     02/11/29 08:00:58

  Modified:    .        testyamd
  Log:
  test front too
  
  Revision  Changes    Path
  1.2       +2 -2      parrot/testyamd
  
  Index: testyamd
  ===================================================================
  RCS file: /cvs/public/parrot/testyamd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -w -r1.1 -r1.2
  --- testyamd  4 Nov 2002 17:15:20 -0000       1.1
  +++ testyamd  29 Nov 2002 16:00:57 -0000      1.2
  @@ -10,11 +10,11 @@
   
   trap cleanup 1 2 3
   mv parrot parrot.orig
  -echo "run-yamd -l2 -n ./parrot.orig $@ \$@ 2>&1 | perl -ne'
  +echo "run-yamd -l2 -f -n ./parrot.orig  \$@ 2>&1 | perl -ne'
        BEGIN { undef $/; $|=1; };
        print \$1 if (/\*{9,9}\n(.*?)\*{9,9}/s);
        print \$1 if (/((?:WARNI|ERROR).*)/);
        1;'" > parrot
   chmod 755 parrot
  -make test
  +perl t/harness --gc-debug --running-make-test -j quick $@
   cleanup
  
  
  


Reply via email to