Skip to content

0.3.0

Compare
Choose a tag to compare
@gggeek gggeek released this 05 Dec 22:30
· 79 commits to master since this release
  • fix: make it possible to run multiple copies of the stack in parallel.
    In order to achieve this, env var TESTSTACK_PROJECT_NAME has been replaced with COMPOSE_PROJECT_NAME in config file .euts.env.
    In order to retain Backwards Compatibility, the old variable name is still accepted if the new one is not used.

  • fix: setup.sh failed on Travis (bug introduced in 0.2)