summaryrefslogtreecommitdiff
path: root/test/LINK
diff options
context:
space:
mode:
authorRobert Managan <managan1@llnl.gov>2013-06-18 08:49:11 -0700
committerRobert Managan <managan1@llnl.gov>2013-06-18 08:49:11 -0700
commit83bbc93ceaf49a6aafe31db3a1e364a0ec902e15 (patch)
tree47dd7fce6c382b259e36a529ce105635b960ca46 /test/LINK
parentcd6781b13ad9e019257569c8d18c392347c912fd (diff)
downloadscons-git-83bbc93ceaf49a6aafe31db3a1e364a0ec902e15.tar.gz
remove print from test and attempt to get FindInstalledFiles working
Diffstat (limited to 'test/LINK')
-rw-r--r--test/LINK/VersionedLib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LINK/VersionedLib.py b/test/LINK/VersionedLib.py
index df194d84f..d3f114161 100644
--- a/test/LINK/VersionedLib.py
+++ b/test/LINK/VersionedLib.py
@@ -134,7 +134,7 @@ return n+11 ;
}
""")
-print test.run()
+test.run()
test.run(arguments = '-c')