[commit: ghc] wip/perf-testsuite: Can now load up git note data into python (4ce5480)
git at git.haskell.org
git at git.haskell.org
Sat Sep 2 21:45:26 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/perf-testsuite
Link : http://ghc.haskell.org/trac/ghc/changeset/4ce5480488731e7d1d152dc5805de5a9233a820a/ghc
>---------------------------------------------------------------
commit 4ce5480488731e7d1d152dc5805de5a9233a820a
Author: Jared Weakly <jweakly at pdx.edu>
Date: Tue Jul 18 12:17:57 2017 -0700
Can now load up git note data into python
>---------------------------------------------------------------
4ce5480488731e7d1d152dc5805de5a9233a820a
testsuite/driver/runtests.py | 2 --
1 file changed, 2 deletions(-)
diff --git a/testsuite/driver/runtests.py b/testsuite/driver/runtests.py
index 9351a3c..fe7aa61 100644
--- a/testsuite/driver/runtests.py
+++ b/testsuite/driver/runtests.py
@@ -328,8 +328,6 @@ else:
sys.stdout.flush()
summary(t, sys.stdout, config.no_print_summary)
- print("Only perf tests: " + str(config.only_perf_tests) + "\n")
- print("Skip perf tests: " + str(config.skip_perf_tests) + "\n")
# This here is loading up all of the git notes into memory.
# It's most likely in the wrong spot and I haven't fully fleshed out
More information about the ghc-commits
mailing list