summaryrefslogtreecommitdiffstats
path: root/test/Fortran/FORTRANPATH.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/Fortran/FORTRANPATH.py')
-rw-r--r--test/Fortran/FORTRANPATH.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Fortran/FORTRANPATH.py b/test/Fortran/FORTRANPATH.py
index ec1b13e..fc40bf1 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('F77', 'g77'):
- test.pass_test()
+ test.skip_test('Found no $F77 tool; skipping test.\n')
test.subdir('include', 'subdir', ['subdir', 'include'], 'inc2')