From e1160cc95589efe6c4b808690c992497c7fc8484 Mon Sep 17 00:00:00 2001 From: Adam Dobrawy Date: Tue, 3 Dec 2019 14:20:27 +0100 Subject: [PATCH] test: Generalize README to avoid AWS --- test/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/README.md b/test/README.md index 280645765..1c8949f1f 100644 --- a/test/README.md +++ b/test/README.md @@ -7,8 +7,8 @@ results are expected. Tests are run using [Bats](https://github.com/sstephenson/bats), and therefore Bash is required to run any tests. -**Warning:** Many of these tests run using AWS, and therefore have a -real-world cost associated with running the tests. Be aware of that prior +**Warning:** Many of these tests run using cloud infrastructure, and therefore have +a real-world cost associated with running the tests. Be aware of that prior to running the tests. Additionally, many tests will leave left-over artifacts (AMIs) that you'll have to manually clean up.