From 925102b4ff0feea13b301e669fc08e0781e5b51c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20L=C3=B3pez?= Date: Mon, 12 Feb 2024 17:14:42 -0300 Subject: [PATCH] ci: test:: make scripts executable --- .github/scripts/integration_test_runner.sh | 0 .github/scripts/tool_test_runner.sh | 0 .github/scripts/unit_test_runner.sh | 0 scripts/ci_test_interface.sh | 0 4 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 .github/scripts/integration_test_runner.sh mode change 100644 => 100755 .github/scripts/tool_test_runner.sh mode change 100644 => 100755 .github/scripts/unit_test_runner.sh mode change 100644 => 100755 scripts/ci_test_interface.sh diff --git a/.github/scripts/integration_test_runner.sh b/.github/scripts/integration_test_runner.sh old mode 100644 new mode 100755 diff --git a/.github/scripts/tool_test_runner.sh b/.github/scripts/tool_test_runner.sh old mode 100644 new mode 100755 diff --git a/.github/scripts/unit_test_runner.sh b/.github/scripts/unit_test_runner.sh old mode 100644 new mode 100755 diff --git a/scripts/ci_test_interface.sh b/scripts/ci_test_interface.sh old mode 100644 new mode 100755