Skip to content

Commit

Permalink
Changed directories oncemore
Browse files Browse the repository at this point in the history
  • Loading branch information
mazin-s committed Nov 13, 2023
1 parent 557200d commit 690c3a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ run-automation: install run-automation-cloning run-automation-provisioning
DEFAULT_CLONING_ROOT := ./automation/tests/cloning/
CLONING_FOLDERS := ...
run-automation-cloning:
@read -p "Enter the test folders with spacing that you wish to run (mongo-si_test mssql-si_test mysql-si_test pg-si_test). Else all folders will be run: " folders; \
@read -p "Enter the test directories with spacing to run (mongo-si_test mssql-si_test mysql-si_test pg-si_test). Else all directories will be run: " folders; \
if [ -z "$$folders" ]; then \
folders="$(CLONING_FOLDERS)"; \
fi; \
Expand All @@ -291,7 +291,7 @@ run-automation-cloning:
DEFAULT_PROVISIONING_ROOT := ./automation/tests/provisioning/
PROVISIONING_FOLDERS := ...
run-automation-provisioning:
@read -p "Enter the test folders with spacing that you wish to run (mongo-si_test mssql-si_test mysql-si_test pg-si_test). Else all folders will be run: " folders; \
@read -p "Enter the test directories with spacing to run (mongo-si_test mssql-si_test mysql-si_test pg-si_test). Else all folders will be run: " folders; \
if [ -z "$$folders" ]; then \
folders="$(PROVISIONING_FOLDERS)"; \
fi; \
Expand Down

0 comments on commit 690c3a3

Please sign in to comment.