VirtualBox

Ignore:
Timestamp:
May 16, 2005 4:54:02 PM (19 years ago)
Author:
bird
Message:

Current make snaphot, 2005-05-16.

Location:
branches/GNU/src/gmake
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gmake

    • Property svn:ignore
      •  

        old new  
        3434README.DOS
        3535README.W32
         36README.OS2
        3637aclocal.m4
        3738autom4te.cache
  • branches/GNU/src/gmake/tests/scripts/features/errors

    r53 r280  
    5353&run_make_with_options($makefile,"",&get_logfile);
    5454
     55# If make acted as planned, it should ignore the error from the first
     56# command in the target and execute the second which deletes the file "foo"
     57# This file, therefore, should not exist if the test PASSES.
     58if (-f "foo") {
     59  $test_passed = 0;
     60}
     61
    5562# The output for this on VOS is too hard to replicate, so we only check it
    5663# on unix.
     
    5865{
    5966   &compare_output($answer,&get_logfile(1));
    60 }
    61 
    62 # If make acted as planned, it should ignore the error from the first
    63 # command in the target and execute the second which deletes the file "foo"
    64 # This file, therefore, should not exist if the test PASSES.
    65 if (-f "foo")
    66 {
    67    $test_passed = 0;
    6867}
    6968
     
    8180&run_make_with_options($makefile,"clean2 -i",&get_logfile);
    8281
    83 if (!$vos)
    84 {
     82if (-f "foo") {
     83  $test_passed = 0;
     84}
     85
     86if (!$vos) {
    8587   &compare_output($answer,&get_logfile(1));
    8688}
    8789
    88 if (-f "foo")
    89 {
    90    $test_passed = 0;
    91 }
    92 
    93901;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette