[commit: ghc] wip/perf-testsuite: Rebase the branch to linearize the history (9159c65)

git at git.haskell.org git at git.haskell.org
Sat Sep 2 21:46:03 UTC 2017


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

On branch  : wip/perf-testsuite
Link       : http://ghc.haskell.org/trac/ghc/changeset/9159c655d99066c9d6fbdf9809435b235f60c6d9/ghc

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

commit 9159c655d99066c9d6fbdf9809435b235f60c6d9
Author: Jared Weakly <jweakly at pdx.edu>
Date:   Fri Jul 28 16:38:49 2017 -0700

    Rebase the branch to linearize the history


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

9159c655d99066c9d6fbdf9809435b235f60c6d9
 testsuite/driver/runtests.py | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/testsuite/driver/runtests.py b/testsuite/driver/runtests.py
index 7ebb900..68d86a0 100644
--- a/testsuite/driver/runtests.py
+++ b/testsuite/driver/runtests.py
@@ -4,8 +4,7 @@
 # (c) Simon Marlow 2002
 #
 
-from __future__ import print_function
-
+import argparse
 import signal
 import sys
 import os
@@ -115,9 +114,7 @@ if args.verbose:
 config.skip_perf_tests = args.skip_perf_tests
 config.only_perf_tests = args.only_perf_tests
 config.use_git_notes = args.use_git_notes
-
-if args.test_env:
-        config.test_env = args.test_env
+config.test_env = args.test_env
 
 config.cygwin = False
 config.msys = False



More information about the ghc-commits mailing list