Skip to content

Commit

Permalink
Update Run.sh
Browse files Browse the repository at this point in the history
Hello, 
I think there is a glitch for variable "$1" for auto_test since the reading should be auto_configure_test. 
I'll let you check. Have nice Day.
  • Loading branch information
digitalarche authored Jan 5, 2021
1 parent db6fb40 commit 68016f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ auto_configure () {
dev_project
}

if [[ "$1" == "auto_test" ]]; then
if [[ "$1" == "auto_configure_test" ]]; then
stop_containers
wait_on_web_interface &
auto_configure_test
Expand Down

0 comments on commit 68016f9

Please sign in to comment.