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 | 0d2cb0988d25be7125e27d4a7fa965c8ba04c585 (patch) | |
tree | 7c7b7025cd6671f75c9f4f26cfbdd8002d902cca /test/Fortran | |
parent | 1c3439fc04d37b0037faf1ed84ae57698c4c58ba (diff) | |
download | SCons-0d2cb0988d25be7125e27d4a7fa965c8ba04c585.zip SCons-0d2cb0988d25be7125e27d4a7fa965c8ba04c585.tar.gz SCons-0d2cb0988d25be7125e27d4a7fa965c8ba04c585.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', |