diff options
author | Paul Bonaud <paul.bonaud@fretlink.com> | 2020-06-22 22:32:55 +0200 |
---|---|---|
committer | Paul Bonaud <paul.bonaud@fretlink.com> | 2020-06-23 10:53:05 +0200 |
commit | 4525f9489fe792b0d7ee4ca76dc0c3706784d256 (patch) | |
tree | d3a0759aee49d8aa595417a88e20978f6f6586c3 /tests/fake.sh | |
parent | fd2e4788a034e76b25001dc11d56e05ba9f428b5 (diff) | |
download | ansible-clever-4525f9489fe792b0d7ee4ca76dc0c3706784d256.tar.gz ansible-clever-4525f9489fe792b0d7ee4ca76dc0c3706784d256.tar.zst ansible-clever-4525f9489fe792b0d7ee4ca76dc0c3706784d256.zip |
tests: expectations on binary stub
Diffstat (limited to 'tests/fake.sh')
-rwxr-xr-x | tests/fake.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fake.sh b/tests/fake.sh index 75bc051..bbb4380 100755 --- a/tests/fake.sh +++ b/tests/fake.sh | |||
@@ -10,5 +10,6 @@ elif [ "${binary}" = "clever" ] && [ "${1}" = "activity" ]; then | |||
10 | elif [ "${binary}" = "git" ]; then | 10 | elif [ "${binary}" = "git" ]; then |
11 | echo "${fakeCommit}" | 11 | echo "${fakeCommit}" |
12 | else | 12 | else |
13 | echo "${1}" >> "${binary}-commands" | ||
13 | echo "${binary} called with arguments: ${*}" | 14 | echo "${binary} called with arguments: ${*}" |
14 | fi | 15 | fi |