diff --git a/images/linux/scripts/installers/haskell.sh b/images/linux/scripts/installers/haskell.sh index 5a747950..24fd6091 100644 --- a/images/linux/scripts/installers/haskell.sh +++ b/images/linux/scripts/installers/haskell.sh @@ -38,4 +38,4 @@ curl -sSL https://get.haskellstack.org/ | sh ln -s "/opt/ghc/$defaultGHCVersion/bin/ghc" "/usr/bin/ghc" ln -s "/opt/cabal/$cabalVersion/bin/cabal" "/usr/bin/cabal" -invoke_tests "Common" "Haskell" \ No newline at end of file +invoke_tests "Haskell" \ No newline at end of file diff --git a/images/linux/scripts/tests/Common.Tests.ps1 b/images/linux/scripts/tests/Haskell.Tests.ps1 similarity index 100% rename from images/linux/scripts/tests/Common.Tests.ps1 rename to images/linux/scripts/tests/Haskell.Tests.ps1