summaryrefslogtreecommitdiffstats
path: root/test/F77PATH.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-08-23 02:14:44 (GMT)
committerSteven Knight <knight@baldmt.com>2002-08-23 02:14:44 (GMT)
commit62446cb66567e967e1af2b6a0c152fdeb98508c8 (patch)
tree74ac1c6836dbf3b614aef7c1ce2a2c7b5291cee0 /test/F77PATH.py
parentd7079b4271cc358b515378e8b02bdf52637f3ee0 (diff)
downloadSCons-62446cb66567e967e1af2b6a0c152fdeb98508c8.zip
SCons-62446cb66567e967e1af2b6a0c152fdeb98508c8.tar.gz
SCons-62446cb66567e967e1af2b6a0c152fdeb98508c8.tar.bz2
Implement spawn() using os.system() on Posix OSes. (Anthony Roach)
Diffstat (limited to 'test/F77PATH.py')
-rw-r--r--test/F77PATH.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/F77PATH.py b/test/F77PATH.py
index ad38bf1..3dcc280 100644
--- a/test/F77PATH.py
+++ b/test/F77PATH.py
@@ -42,10 +42,8 @@ args = prog + ' ' + subdir_prog + ' ' + variant_prog
test = TestSCons.TestSCons()
if not test.where_is('g77'):
- print "g77 is not installed on this system."
- print "Cannot test F77PATH."
- test.no_result(1)
-
+ test.pass_test()
+
test.subdir('include', 'subdir', ['subdir', 'include'], 'inc2')
test.write('SConstruct', """