aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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