Changeset 280 in kBuild for branches/GNU/src/gmake/tests/scripts/features/echoing
- Timestamp:
- May 16, 2005 4:54:02 PM (20 years ago)
- Location:
- branches/GNU/src/gmake
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gmake
- Property svn:ignore
-
old new 34 34 README.DOS 35 35 README.W32 36 README.OS2 36 37 aclocal.m4 37 38 autom4te.cache
-
- Property svn:ignore
-
branches/GNU/src/gmake/tests/scripts/features/echoing
r53 r280 55 55 56 56 &run_make_with_options($makefile,"clean",&get_logfile,0); 57 $answer = ""; 58 &compare_output($answer,&get_logfile(1)); 59 60 if (-f $example) 61 { 62 $test_passed = 0; 57 if (-f $example) { 58 $test_passed = 0; 63 59 } 60 &compare_output('',&get_logfile(1)); 64 61 65 62 # TEST #3
Note:
See TracChangeset
for help on using the changeset viewer.