Skip to content

Commit

Permalink
Fix problems in cabal-run-integration and Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
smatting committed May 16, 2023
1 parent 4203f0c commit 0bd9c3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ endif
ci: c db-migrate
ifeq ("$(package)", "all")
ifneq ("$(suite)", "new")
echo ./hack/bin/cabal-run-integration.sh all
./hack/bin/cabal-run-integration.sh all
endif
ifneq ("$(suite)", "old")
make c package=integration
echo ./hack/bin/cabal-run-integration.sh integration
./hack/bin/cabal-run-integration.sh integration
endif
else
ifeq ("$(package)", "integration")
Expand Down
2 changes: 1 addition & 1 deletion hack/bin/cabal-run-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ run_integration_tests() {
then
cd "$TOP_LEVEL"
"$TOP_LEVEL/services/run-services" \
"$TOP_LEVEL/dist/integration"
"$TOP_LEVEL/dist/integration" \
"${@:2}"
else
service_dir="$TOP_LEVEL/services/$package"
Expand Down

0 comments on commit 0bd9c3c

Please sign in to comment.