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/F77PATH.py | |
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/F77PATH.py')
-rw-r--r-- | test/Fortran/F77PATH.py | 2 |
1 files changed, 1 insertions, 1 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', |