X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=inline;f=tests%2Ffake.sh;h=bbb4380637bf691669764043ccd1856cc9ec4c6e;hb=ca1a71c946fa7c51e0059b8d4342b24507aa8c64;hp=75bc0514d8b22407f45355259ce8ae74936b2ddb;hpb=b89d0540672614a5d93da43b317015c3ae8554be;p=github%2Ffretlink%2Fansible-clever.git 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 elif [ "${binary}" = "git" ]; then echo "${fakeCommit}" else + echo "${1}" >> "${binary}-commands" echo "${binary} called with arguments: ${*}" fi