diff options
author | Steven Knight <knight@baldmt.com> | 2005-09-26 04:19:32 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2005-09-26 04:19:32 (GMT) |
commit | 44d72b613a8b171deec8a83b2d1e1755abcba480 (patch) | |
tree | 7c7b7025cd6671f75c9f4f26cfbdd8002d902cca /test/Fortran | |
parent | 6983d042ff273c227c0a4790408a5e8eed013c3d (diff) | |
download | SCons-44d72b613a8b171deec8a83b2d1e1755abcba480.zip SCons-44d72b613a8b171deec8a83b2d1e1755abcba480.tar.gz SCons-44d72b613a8b171deec8a83b2d1e1755abcba480.tar.bz2 |
Explicit "skipping test" messages for a few straggling tests.
Diffstat (limited to 'test/Fortran')
-rw-r--r-- | test/Fortran/F77PATH.py | 2 | ||||
-rw-r--r-- | test/Fortran/FORTRANPATH.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/Fortran/F77PATH.py b/test/Fortran/F77PATH.py index 2869d27..4dd8f51 100644 --- a/test/Fortran/F77PATH.py +++ b/test/Fortran/F77PATH.py @@ -39,7 +39,7 @@ args = prog + ' ' + variant_prog + ' ' + subdir_prog test = TestSCons.TestSCons() if not test.detect('_F77G', 'g77'): - test.skip_test('Found no $F77 tool; skipping test.\n') + test.skip_test('Could not find a $F77 tool; skipping test.\n') test.subdir('include', 'subdir', diff --git a/test/Fortran/FORTRANPATH.py b/test/Fortran/FORTRANPATH.py index 618bea8..20a92d2 100644 --- a/test/Fortran/FORTRANPATH.py +++ b/test/Fortran/FORTRANPATH.py @@ -39,7 +39,7 @@ args = prog + ' ' + subdir_prog + ' ' + variant_prog test = TestSCons.TestSCons() if not test.detect('_FORTRANG', 'g77'): - test.skip_test('Found no $F77 tool; skipping test.\n') + test.skip_test('Could not find a $F77 tool; skipping test.\n') test.subdir('include', 'subdir', |