[commit: ghc] wip/perf-testsuite: Fix errors and difficulties related to pulling (312f4d8)
git at git.haskell.org
git at git.haskell.org
Thu Aug 10 08:53:38 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/perf-testsuite
Link : http://ghc.haskell.org/trac/ghc/changeset/312f4d8dea3f0547b3dc625ae350e0f2f72aafb0/ghc
>---------------------------------------------------------------
commit 312f4d8dea3f0547b3dc625ae350e0f2f72aafb0
Author: Jared Weakly <jweakly at pdx.edu>
Date: Thu Aug 10 01:55:39 2017 -0700
Fix errors and difficulties related to pulling
>---------------------------------------------------------------
312f4d8dea3f0547b3dc625ae350e0f2f72aafb0
testsuite/driver/runtests.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/testsuite/driver/runtests.py b/testsuite/driver/runtests.py
index 2c724aa..82c2ecb 100644
--- a/testsuite/driver/runtests.py
+++ b/testsuite/driver/runtests.py
@@ -6,6 +6,7 @@
from __future__ import print_function
+import argparse
import signal
import sys
import os
More information about the ghc-commits
mailing list