diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:59:28 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:59:28 +0000 |
commit | fc2ddc0f35afd39f411f4b660a4ffe014c3137b1 (patch) | |
tree | 285ef0be424c88142ee9cb66986c0e65fde0116b /0001-adjust-shebang-lines-in-rft_yaml_to_junit_xml-and-ru.patch | |
parent | 620ca363f3f7629f6b720c849aeb7a66a3e05ea0 (diff) |
automatic import of fabtestsopeneuler24.03_LTSopeneuler23.09
Diffstat (limited to '0001-adjust-shebang-lines-in-rft_yaml_to_junit_xml-and-ru.patch')
-rw-r--r-- | 0001-adjust-shebang-lines-in-rft_yaml_to_junit_xml-and-ru.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/0001-adjust-shebang-lines-in-rft_yaml_to_junit_xml-and-ru.patch b/0001-adjust-shebang-lines-in-rft_yaml_to_junit_xml-and-ru.patch new file mode 100644 index 0000000..2b1ee01 --- /dev/null +++ b/0001-adjust-shebang-lines-in-rft_yaml_to_junit_xml-and-ru.patch @@ -0,0 +1,20 @@ +diff --git a/fabtests/scripts/rft_yaml_to_junit_xml b/fabtests/scripts/rft_yaml_to_junit_xml +index feb646366..2d3b3a30c 100755 +--- a/fabtests/scripts/rft_yaml_to_junit_xml ++++ b/fabtests/scripts/rft_yaml_to_junit_xml +@@ -1,4 +1,4 @@ +-#!/usr/bin/env ruby ++#!/usr/bin/ruby + + # Copyright (c) 2015 Cisco Systems, Inc. All rights reserved. + # +diff --git a/fabtests/scripts/runfabtests.sh b/fabtests/scripts/runfabtests.sh +index aba23be6f..73f55d07b 100755 +--- a/fabtests/scripts/runfabtests.sh ++++ b/fabtests/scripts/runfabtests.sh +@@ -1,4 +1,4 @@ +-#!/usr/bin/env bash ++#!/bin/bash + + # + # Copyright (c) 2017-2019, Intel Corporation. All rights reserved. |