You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
170 B

3 years ago
  1. #!/bin/sh
  2. image_tag=$1
  3. log_prefix="[Root]"
  4. echo "$log_prefix Creating Test Environment"
  5. /test-environment.sh $image_tag
  6. echo "$log_prefix Running Tests"
  7. /test-run.sh