Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
Fix typo: in Makefile at-up should be test-at-up
Browse files Browse the repository at this point in the history
  • Loading branch information
jrwdunham authored and sevein committed Nov 17, 2017
1 parent d22ca58 commit 577f0a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions compose/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -124,16 +124,16 @@ test-storage-service: ## Run Storage Service tests.
test-at-up:
docker-compose -f docker-compose.yml -f docker-compose.acceptance-tests.yml up -d

test-at-check: at-up ## Make sure that both Firefox and Chrome are working.
test-at-check: test-at-up ## Make sure that both Firefox and Chrome are working.
docker-compose -f docker-compose.yml -f docker-compose.acceptance-tests.yml run --rm --no-deps archivematica-acceptance-tests simplehubtest

test-at-run: at-up ## Run the acceptance tests.
test-at-run: test-at-up ## Run the acceptance tests.
docker-compose -f docker-compose.yml -f docker-compose.acceptance-tests.yml run --rm --no-deps archivematica-acceptance-tests all

test-at-run-firefox: at-up ## Run the tests using just Firefox.
test-at-run-firefox: test-at-up ## Run the tests using just Firefox.
docker-compose -f docker-compose.yml -f docker-compose.acceptance-tests.yml run --rm --no-deps archivematica-acceptance-tests firefox

test-at-run-chrome: at-up ## Run the tests using just Chrome.
test-at-run-chrome: test-at-up ## Run the tests using just Chrome.
docker-compose -f docker-compose.yml -f docker-compose.acceptance-tests.yml run --rm --no-deps archivematica-acceptance-tests chrome

test-at-restarted: ## Ensure that all the containers are restarted.
Expand Down

0 comments on commit 577f0a2

Please sign in to comment.