Skip to content

Commit 51d627e

Browse files
committed
Fix test
1 parent f4f32e1 commit 51d627e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ if [ "$TESTS" == "shellFor-multiple-package" ] || [ "$TESTS" == "all" ]; then
123123
--pure ./default.nix \
124124
--argstr compiler-nix-name $SHELL_FOR_GHC \
125125
-A shell-for.envPkga \
126-
--run 'cd shell-for && CABAL_DIR=$(mktemp -d) cabal new-build --project=single.project all'
126+
--run 'cd shell-for && CABAL_DIR=$(mktemp -d) cabal new-build --project-file=single.project all'
127127
echo >& 2
128128
fi
129129

0 commit comments

Comments
 (0)