summaryrefslogtreecommitdiffstats
path: root/test/Fortran
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2005-09-26 04:19:32 (GMT)
committerSteven Knight <knight@baldmt.com>2005-09-26 04:19:32 (GMT)
commit44d72b613a8b171deec8a83b2d1e1755abcba480 (patch)
tree7c7b7025cd6671f75c9f4f26cfbdd8002d902cca /test/Fortran
parent6983d042ff273c227c0a4790408a5e8eed013c3d (diff)
downloadSCons-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.py2
-rw-r--r--test/Fortran/FORTRANPATH.py2
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',