Go to file
Jean-Sébastien Pédron cc3599a0a4 rabbit_ct_broker_helpers: Execute `make test-dist` once only
We use the `$SKIP_MAKE_TEST_DIST` environment variable to record the
fact that the command was already executed. We use an environment
variable and not a configuration parameter because it spans multiple
testsuites out-of-the-box.

Because `make test-dist` was executed each time a broker/cluster was
started, this change should save quite some time in testsuites which
start many brokers/clusters.

The caller can use the same variable to disable `make test-dist`
entirely.

[#141300123]
2017-03-30 10:57:44 +02:00
deps/rabbitmq_ct_helpers rabbit_ct_broker_helpers: Execute `make test-dist` once only 2017-03-30 10:57:44 +02:00