aboutsummaryrefslogtreecommitdiff
path: root/linaro-edk2-prep-matrix.yaml
diff options
context:
space:
mode:
authorRoy Franz <roy.franz@linaro.org>2015-06-09 15:42:21 -0700
committerRoy Franz <roy.franz@linaro.org>2015-06-09 15:42:21 -0700
commit29b10106e43c5ac4d4844fce0da1495a760e7089 (patch)
treef785d2cbfd114388d43848d091ea3e3047b148a5 /linaro-edk2-prep-matrix.yaml
parent240f6c96891b1e8ab58fde9d82709f309cbdcef9 (diff)
Use bash for shell scripts
Specify bash to be used as shell, so that we get consistent results. Change-Id: Ifbf96d683e2e6cd79cefd0691397261a1b46c326 Signed-off-by: Roy Franz <roy.franz@linaro.org>
Diffstat (limited to 'linaro-edk2-prep-matrix.yaml')
-rw-r--r--linaro-edk2-prep-matrix.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/linaro-edk2-prep-matrix.yaml b/linaro-edk2-prep-matrix.yaml
index 9d6f5c8e79..74d6f93ace 100644
--- a/linaro-edk2-prep-matrix.yaml
+++ b/linaro-edk2-prep-matrix.yaml
@@ -223,6 +223,7 @@
# FVP base GRUB install
###############################################################################
- shell: |
+ #!/bin/bash
# Test only valid for fvp-base-armbds
[ "${MX_B}" == "fvp-base-armbds" ] || exit 0
@@ -265,6 +266,7 @@
# FVP base startup_boot
###############################################################################
- shell: |
+ #!/bin/bash
# Test only valid for fvp-base-armbds
[ "${MX_B}" == "fvp-base-armbds" ] || exit 0
@@ -303,6 +305,7 @@
###############################################################################
- shell: |
+ #!/bin/bash
# Test only valid for fvp-base-armbds
[ "${MX_B}" == "fvp-base-armbds" ] || exit 0
@@ -341,6 +344,7 @@
###############################################################################
- shell: |
+ #!/bin/bash
# Test only valid for fvp-base-armbds
[ "${MX_B}" == "fvp-base-armbds" ] || exit 0
@@ -379,6 +383,7 @@
###############################################################################
- shell: |
+ #!/bin/bash
# Test only valid for qemu64
[ "${MX_B}" == "qemu64" ] || exit 0