summaryrefslogtreecommitdiff
path: root/coin/instructions/coin_module_test_qnx_start_emulator.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'coin/instructions/coin_module_test_qnx_start_emulator.yaml')
-rw-r--r--coin/instructions/coin_module_test_qnx_start_emulator.yaml12
1 files changed, 1 insertions, 11 deletions
diff --git a/coin/instructions/coin_module_test_qnx_start_emulator.yaml b/coin/instructions/coin_module_test_qnx_start_emulator.yaml
index 8e50313a88..2d2976f7ae 100644
--- a/coin/instructions/coin_module_test_qnx_start_emulator.yaml
+++ b/coin/instructions/coin_module_test_qnx_start_emulator.yaml
@@ -56,20 +56,10 @@ instructions:
done
exit $RESULT
filename: "{{.Env.QNX_QEMU}}/start_qnx_qemu.sh"
- fileMode: 755
+ fileMode: 493
- type: ChangeDirectory
directory: "{{.Env.QNX_QEMU}}"
- type: ExecuteCommand
- command: "chmod 755 {{.Env.QNX_QEMU}}/start_qnx_qemu.sh"
- maxTimeInSeconds: 10
- maxTimeBetweenOutput: 10
- userMessageOnFailure: >
- Failed to change file permission.
- disable_if:
- condition: property
- property: host.os
- equals_value: Windows
- - type: ExecuteCommand
command: "{{.Env.QNX_QEMU}}/start_qnx_qemu.sh"
maxTimeInSeconds: 100
maxTimeBetweenOutput: 100