[Git][ghc/ghc][wip/angerman/cross-test-suite] ???
Moritz Angermann
gitlab at gitlab.haskell.org
Wed Jul 15 01:57:02 UTC 2020
Moritz Angermann pushed to branch wip/angerman/cross-test-suite at Glasgow Haskell Compiler / GHC
Commits:
03061b9e by Moritz Angermann at 2020-07-15T01:56:41+00:00
???
- - - - -
1 changed file:
- testsuite/driver/id
Changes:
=====================================
testsuite/driver/id
=====================================
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env bash
#
# This is the identity test-wrapper. For native tests we do not need to run
# executables through a wrapper, as we would need for cross compiled binaries.
@@ -6,10 +6,4 @@
#
# Therefore this backup identity test-wrapper is the default for native builds.
#
-import sys
-import subprocess
-
-if __name__ == "__main__":
- if len(sys.argv) < 2:
- exit(1)
- exit(subprocess.run(sys.argv[1:]).returncode)
\ No newline at end of file
+"$@"
\ No newline at end of file
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/03061b9e0edd2aa117403a64402f597271eb7a33
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/03061b9e0edd2aa117403a64402f597271eb7a33
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200714/123b2b21/attachment.html>
More information about the ghc-commits
mailing list