[Git][ghc/ghc][master] testsuite: use copy_files in T23405
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Wed Dec 13 11:36:13 UTC 2023
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
8106e695 by Zubin Duggal at 2023-12-13T06:35:34-05:00
testsuite: use copy_files in T23405
This prevents the tree from being dirtied when the file is modified.
- - - - -
1 changed file:
- testsuite/tests/ghci/T23405/all.T
Changes:
=====================================
testsuite/tests/ghci/T23405/all.T
=====================================
@@ -1 +1 @@
-test('T23405', [extra_files(['T23405.hs'])], ghci_script, ['T23405.script'])
+test('T23405', [copy_files,extra_files(['T23405.hs'])], ghci_script, ['T23405.script'])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/8106e695bb912e60a338908a2b6efc5b0644c9c1
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/8106e695bb912e60a338908a2b6efc5b0644c9c1
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/20231213/6e300df7/attachment-0001.html>
More information about the ghc-commits
mailing list