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

git at git.haskell.org git at git.haskell.org
Thu Aug 10 08:43:56 UTC 2017


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

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

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

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

    Rebase the branch to linearize the history


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

ed5953397f8b0d55f196e3f041d407919fb6e757
 testsuite/driver/runtests.py | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/testsuite/driver/runtests.py b/testsuite/driver/runtests.py
index 62d6a8c..4d4b941 100644
--- a/testsuite/driver/runtests.py
+++ b/testsuite/driver/runtests.py
@@ -98,7 +98,13 @@ if args.threads:
 
 if args.verbose:
     config.verbose = args.verbose
+
+# Might need to encase these in if statements.
 config.skip_perf_tests = args.skip_perf_tests
+config.only_perf_tests = args.only_perf_tests
+config.use_git_notes = args.use_git_notes
+config.test_env = args.test_env
+
 
 config.cygwin = False
 config.msys = False



More information about the ghc-commits mailing list