From: Patrick Donnelly Date: Thu, 20 Jan 2022 16:27:29 +0000 (-0500) Subject: qa: move .qa terminator X-Git-Tag: v18.0.0~1456^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ec6cd23b20dec62baff177ea53b5dd95fbe70aa8;p=ceph.git qa: move .qa terminator So links can be elsewhere in the qa suite (not used yet) and to simplify a find command in a follow-up commit. Signed-off-by: Patrick Donnelly --- diff --git a/qa/.qa b/qa/.qa new file mode 120000 index 000000000000..945c9b46d684 --- /dev/null +++ b/qa/.qa @@ -0,0 +1 @@ +. \ No newline at end of file diff --git a/qa/suites/.qa b/qa/suites/.qa index b870225aa053..a602a0353e75 120000 --- a/qa/suites/.qa +++ b/qa/suites/.qa @@ -1 +1 @@ -../ \ No newline at end of file +../.qa/ \ No newline at end of file