You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cabal-testsuite/PackageTests/WarnEarlyOverwrite/clean-install-by-copy.test.hs
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,5 +2,12 @@ import Test.Cabal.Prelude
2
2
3
3
main = withShorterPathForNewBuildStore $\storeDir -> cabalTest $do
4
4
let options = ["--store-dir="++ storeDir, "--installdir="++ storeDir]
5
-
-- Use install method copy that should surely work on Windows too.
5
+
-- Use install method copy that should surely work on Windows too but our
6
+
-- path normalization for testing is not good enough yet as can be seen in
7
+
-- this CI failure snippet diff:
8
+
-- -Warning: The directory <GBLTMPDIR>/ghc-<GHCVER>/incoming/new-<RAND><GBLTMPDIR>/ghc-<GHCVER>/<PACKAGE>-<HASH>/bin is not in the system search path.
9
+
-- -Copying 'warn-early-overwrite' to '<GBLTMPDIR>/warn-early-overwrite'
10
+
-- +Warning: The directory <GBLTMPDIR><GHCVER>/incoming/new-2448/Users/RUNNER~1/AppData/Local/Temp/cabal-test-store-28260/ghc-<GHCVER>/WarnEarlyOver_-0.1.0.0-4c19059e06a32b93b2812983631117e77a2d3833/bin is not in the system search path.
11
+
-- +Copying 'warn-early-overwrite' to '<GBLTMPDIR>'
0 commit comments