diff options
author | Robert Managan <managan1@llnl.gov> | 2013-06-18 08:49:11 -0700 |
---|---|---|
committer | Robert Managan <managan1@llnl.gov> | 2013-06-18 08:49:11 -0700 |
commit | 83bbc93ceaf49a6aafe31db3a1e364a0ec902e15 (patch) | |
tree | 47dd7fce6c382b259e36a529ce105635b960ca46 /test | |
parent | cd6781b13ad9e019257569c8d18c392347c912fd (diff) | |
download | scons-git-83bbc93ceaf49a6aafe31db3a1e364a0ec902e15.tar.gz |
remove print from test and attempt to get FindInstalledFiles working
Diffstat (limited to 'test')
-rw-r--r-- | test/LINK/VersionedLib.py | 2 |
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')
|