From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7214004495725887488 X-Received: by 2002:a05:6902:1881:b0:b69:83b2:5124 with SMTP id cj1-20020a056902188100b00b6983b25124mr587493ybb.0.1679641311038; Fri, 24 Mar 2023 00:01:51 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a05:6902:1890:b0:b6a:10ba:6aeb with SMTP id cj16-20020a056902189000b00b6a10ba6aebls553660ybb.10.-pod-prod-gmail; Fri, 24 Mar 2023 00:01:50 -0700 (PDT) X-Google-Smtp-Source: AKy350ane0kMf5jBCARwB66FFTveX9s8oGhepTbgX+t6cFXSQz0b1+/msGZg8ocZSHSts5dETsxv X-Received: by 2002:a05:6902:1586:b0:9fc:df7b:1b10 with SMTP id k6-20020a056902158600b009fcdf7b1b10mr1297496ybu.44.1679641310244; Fri, 24 Mar 2023 00:01:50 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1679641310; cv=none; d=google.com; s=arc-20160816; b=xAoVLXA/ze2OIONYwYDii7zmKXUme6sibBWK51vW9iAk/E1uR1HypVz8VPBpg/G9MO d5JfzqlpP/80g7YCmZfi72Okkb5vw7lhlzWm7mq9aj3Zax3dB+Ls8SY0qDr9E+FSqoRr Fk8a9LlwAqDGmaLdoi8ML/n4F8U+7ZV2Hn6iaMrbs4HuRMnJ4dP/sA6jgiL04YispKl3 95xPuyycJkVT4H1LAluJYFsTkx/ExToRc4Lqlmxk/zx4jWJ0Gm4q+hCWo7GdlTeCUZn1 Yfrjy4QXmcyE5QOUYOa5EkTaESHNAJYp4OU2/L0daEou0xYCi2xNH9AWkcOssiNocmUa nDbg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from; bh=CuNo7FOIcpB5IpyJSs7CyEdZMefEZRLpZeyKYW59iFw=; b=s791Wt8JbRi0EkJ+9oWFfUqQ8ftJSl5stzLPD+KjPkhYV5WdbSksB75n1p1OKjpcV0 yR/AU4jVdtheqhN90EmnGBCpf6/ynj+NJbjizw0fz+NLYt0vc0segYrSRXbrJ4JHt9n6 UwZJfMPaxUJz5fM63rSzWov73q3MWnSqLmwFwV3GyQNnKhKCziBjDaemRaEwQ/KXzi82 ShWQ5IIIhoGI2LLe6VYSU9Lpa/KTU2mhI6Sb8fqaI0ofwnuYZ6mJqCy1WRrglGfyGvLK Yn2EdU3I7TKKilC7uTnemCguI0Nz8KmFS4cbgJuHocpwSN+qGXBPPNQar//yogX9/m/n Pj4A== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of ubely@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=ubely@ilbers.de Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id u92-20020a25ab65000000b00898c1f86550si430615ybi.4.2023.03.24.00.01.48 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Fri, 24 Mar 2023 00:01:50 -0700 (PDT) Received-SPF: pass (google.com: domain of ubely@ilbers.de designates 85.214.156.166 as permitted sender) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of ubely@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=ubely@ilbers.de Received: from baighyz.m.ilbers.de (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8+deb9u1) with ESMTPSA id 32O71gCq007069 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 24 Mar 2023 08:01:44 +0100 From: Uladzimir Bely To: isar-users@googlegroups.com Subject: [PATCH v2 2/3] testsuite: Move test scripts to their own subdirectory Date: Fri, 24 Mar 2023 08:01:41 +0100 Message-Id: <20230324070142.27122-3-ubely@ilbers.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20230324070142.27122-1-ubely@ilbers.de> References: <20230324070142.27122-1-ubely@ilbers.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: AnfURaob+Qqj Just a cosmetic change to minimize mess in `testsuite` directory by placing test scripts to their own subdirectory. Signed-off-by: Uladzimir Bely --- testsuite/cibuilder.py | 2 +- testsuite/{ => scripts}/test_example_module.sh | 0 testsuite/{ => scripts}/test_getty_target.sh | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename testsuite/{ => scripts}/test_example_module.sh (100%) mode change 100644 => 100755 rename testsuite/{ => scripts}/test_getty_target.sh (100%) mode change 100644 => 100755 diff --git a/testsuite/cibuilder.py b/testsuite/cibuilder.py index 484a90b3..f37c3190 100755 --- a/testsuite/cibuilder.py +++ b/testsuite/cibuilder.py @@ -246,7 +246,7 @@ class CIBuilder(Test): def run_script(self, script, cmd_prefix): script_dir = self.params.get('test_script_dir', - default=os.path.abspath(os.path.dirname(__file__))) + '/' + default=os.path.abspath(os.path.dirname(__file__))) + '/scripts/' script_path = script_dir + script if not os.path.exists(script_path): self.log.error('Script not found: ' + script_path) diff --git a/testsuite/test_example_module.sh b/testsuite/scripts/test_example_module.sh old mode 100644 new mode 100755 similarity index 100% rename from testsuite/test_example_module.sh rename to testsuite/scripts/test_example_module.sh diff --git a/testsuite/test_getty_target.sh b/testsuite/scripts/test_getty_target.sh old mode 100644 new mode 100755 similarity index 100% rename from testsuite/test_getty_target.sh rename to testsuite/scripts/test_getty_target.sh -- 2.20.1