From df3c70a95454bfe40cfcaadeb6e3034a3ce12398 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Fri, 5 Sep 2014 13:40:27 +0200 Subject: [PATCH] qa: scripts to help test ceph-qa-suite This workunit will be used by tests as a placeholder that always return true. This is helpful in tests when a script from the qa/workunits directory is mandatory but we do not care about testing anything. For an example of how it can be used, check https://github.com/ceph/ceph-qa-suite/pull/120 Signed-off-by: Loic Dachary --- qa/workunits/true.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 qa/workunits/true.sh diff --git a/qa/workunits/true.sh b/qa/workunits/true.sh new file mode 100755 index 000000000000..296ef781c6f0 --- /dev/null +++ b/qa/workunits/true.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +true -- 2.47.3