Skip to content

Commit b753c35

Browse files
committed
Another attempt to fix integration tests
1 parent 6ea6da1 commit b753c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/scripts/release.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ rules global@Global{..} args = do
155155
when (not gAllowDirty && not (null (trim dirty))) $
156156
error ("Working tree is dirty. Use --" ++ allowDirtyOptName ++ " option to continue anyway.")
157157
withTempDir $ \tmpDir -> do
158-
let cmd0 c = cmd (releaseBinDir </> binaryName </> stackExeFileName)
158+
let cmd0 c = cmd (gProjectRoot </> releaseBinDir </> binaryName </> stackExeFileName)
159159
(stackArgs global)
160160
["--local-bin-path=" ++ tmpDir]
161161
c

0 commit comments

Comments
 (0)