aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/fake.sh
diff options
context:
space:
mode:
authorpaulrbr-fl <43074087+paulrbr-fl@users.noreply.github.com>2020-06-23 11:20:46 +0200
committerGitHub <noreply@github.com>2020-06-23 11:20:46 +0200
commitca1a71c946fa7c51e0059b8d4342b24507aa8c64 (patch)
treed3a0759aee49d8aa595417a88e20978f6f6586c3 /tests/fake.sh
parent44af02cef61e043b971f03aa5cec5a4caa6d6875 (diff)
parent4525f9489fe792b0d7ee4ca76dc0c3706784d256 (diff)
downloadansible-clever-ca1a71c946fa7c51e0059b8d4342b24507aa8c64.tar.gz
ansible-clever-ca1a71c946fa7c51e0059b8d4342b24507aa8c64.tar.zst
ansible-clever-ca1a71c946fa7c51e0059b8d4342b24507aa8c64.zip
Merge pull request #70 from paulrbr-fl/clever-restart
feature: add a new 'clever_restart_only' flag to restart an app
Diffstat (limited to 'tests/fake.sh')
-rwxr-xr-xtests/fake.sh1
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
10elif [ "${binary}" = "git" ]; then 10elif [ "${binary}" = "git" ]; then
11 echo "${fakeCommit}" 11 echo "${fakeCommit}"
12else 12else
13 echo "${1}" >> "${binary}-commands"
13 echo "${binary} called with arguments: ${*}" 14 echo "${binary} called with arguments: ${*}"
14fi 15fi