Skip to content

Commit

Permalink
Fix extension for haskell script
Browse files Browse the repository at this point in the history
  • Loading branch information
daghack authored and yosifkit committed Feb 5, 2015
1 parent 53aefb7 commit 2ea7e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/run-haskell-in-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ set -e
dir="$(readlink -f "$(dirname "$BASH_SOURCE")")"

inContainerPath="/tmp/haskell"
cmd=( "$inContainerPath/container.rb" )
cmd=( "$inContainerPath/container.hs" )

docker run --rm -v "$dir":"$inContainerPath":ro -w "$inContainerPath" --entrypoint runhaskell "$1" "${cmd[@]}"

0 comments on commit 2ea7e94

Please sign in to comment.