[commit: ghc] master: testuite: remove strace call. (cc78d25)

git at git.haskell.org git at git.haskell.org
Wed Jun 13 19:31:23 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/cc78d25a2d81130a2f1f0eb0dba67ce41f435091/ghc

>---------------------------------------------------------------

commit cc78d25a2d81130a2f1f0eb0dba67ce41f435091
Author: Tamar Christina <tamar at zhox.com>
Date:   Wed Jun 13 20:29:35 2018 +0100

    testuite: remove strace call.


>---------------------------------------------------------------

cc78d25a2d81130a2f1f0eb0dba67ce41f435091
 testsuite/driver/testlib.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/testsuite/driver/testlib.py b/testsuite/driver/testlib.py
index 0f988ca..dac2684 100644
--- a/testsuite/driver/testlib.py
+++ b/testsuite/driver/testlib.py
@@ -869,9 +869,6 @@ def do_test(name, way, func, args, files):
         if exit_code != 0:
             framework_fail(name, way, 'pre_cmd failed: {0}'.format(exit_code))
             if_verbose(1, '** pre_cmd was "{0}". Running trace'.format(override_options(opts.pre_cmd)))
-            runCmd('cd "{0}" && strace {1}'.format(opts.testdir, override_options(opts.pre_cmd)),
-                           stderr = subprocess.STDOUT,
-                           print_output = True)
 
     result = func(*[name,way] + args)
 



More information about the ghc-commits mailing list