From 069151fbd95e9685ae773cb68e531549a10e9364 Mon Sep 17 00:00:00 2001 From: Sukhikh Alexander Date: Thu, 1 Sep 2022 15:03:11 +0300 Subject: [PATCH] Add execution permission to ohos test helpers Signed-off-by: Sukhikh Alexander --- .../test/sanitizer_common/ohos_family_commands/ohos_common.py | 0 .../test/sanitizer_common/ohos_family_commands/ohos_compile.py | 0 .../test/sanitizer_common/ohos_family_commands/ohos_run.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 compiler-rt/test/sanitizer_common/ohos_family_commands/ohos_common.py mode change 100644 => 100755 compiler-rt/test/sanitizer_common/ohos_family_commands/ohos_compile.py mode change 100644 => 100755 compiler-rt/test/sanitizer_common/ohos_family_commands/ohos_run.py diff --git a/compiler-rt/test/sanitizer_common/ohos_family_commands/ohos_common.py b/compiler-rt/test/sanitizer_common/ohos_family_commands/ohos_common.py old mode 100644 new mode 100755 diff --git a/compiler-rt/test/sanitizer_common/ohos_family_commands/ohos_compile.py b/compiler-rt/test/sanitizer_common/ohos_family_commands/ohos_compile.py old mode 100644 new mode 100755 diff --git a/compiler-rt/test/sanitizer_common/ohos_family_commands/ohos_run.py b/compiler-rt/test/sanitizer_common/ohos_family_commands/ohos_run.py old mode 100644 new mode 100755 -- Gitee