summaryrefslogtreecommitdiff
path: root/test/VariantDir
diff options
context:
space:
mode:
authordirkbaechle <devnull@localhost>2012-09-28 00:35:09 +0200
committerdirkbaechle <devnull@localhost>2012-09-28 00:35:09 +0200
commit21aab6cd889d35768cd19527d57ab62d46bc62b0 (patch)
tree1781448eb906652d808ea4bf50fdda4312fe23c1 /test/VariantDir
parentbfca4fd4b80657cc63149d9648f7309a84b4d07f (diff)
downloadscons-21aab6cd889d35768cd19527d57ab62d46bc62b0.tar.gz
- several smaller fixes to get all tests running under Buildbot again
Diffstat (limited to 'test/VariantDir')
-rw-r--r--test/VariantDir/VariantDir.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/VariantDir/VariantDir.py b/test/VariantDir/VariantDir.py
index a294d6b7..00926927 100644
--- a/test/VariantDir/VariantDir.py
+++ b/test/VariantDir/VariantDir.py
@@ -26,9 +26,9 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
import TestSCons
_exe = TestSCons._exe
-fortran_runtime = TestSCons.fortran_lib
test = TestSCons.TestSCons()
+fortran_runtime = test.gccFortranLibs()
fortran = test.detect('FORTRAN')