瀏覽代碼

Document a bit about this scripts operations

Kevin van Zonneveld 9 年之前
父節點
當前提交
8ae81d7365
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      bin/test-acceptance

+ 6 - 0
bin/test-acceptance

@@ -1,4 +1,10 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
+# How to run:
+#
+# - When using `./bin/test-acceptance handle-servers` this script boots and kills servers too (handy for Travis and quick access)
+# - When using `./bin/test-acceptance` this script assumes you have your own servers on localhost running (handy for going in depth)
+#
+
 set -o pipefail
 set -o pipefail
 set -o errexit
 set -o errexit
 set -o nounset
 set -o nounset