Skip to content

Commit 2e24024

Browse files
RuiqingXxiulipan
authored andcommitted
test-case: add set -e to 7 function test
Fixes: #312 Signed-off-by: RuiqingX <ruiqingx.zhang@intel.com>
1 parent 8b1092e commit 2e24024

File tree

7 files changed

+14
-0
lines changed

7 files changed

+14
-0
lines changed

test-case/check-pause-resume.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
set -e
4+
35
##
46
## Case Name: check-pause-resume
57
## Preconditions:

test-case/check-reboot.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
set -e
4+
35
##
46
## Case Name: test reboot
57
## Preconditions:

test-case/check-suspend-resume-with-audio.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
set -e
4+
35
##
46
## Case Name: check suspend/resume with audio status
57
## Preconditions:

test-case/check-suspend-resume.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
set -e
4+
35
##
46
## Case Name: check suspend/resume status
57
## Preconditions:

test-case/multiple-pause-resume.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
set -e
4+
35
##
46
## Case Name: Run multiple pipeline for pause resume
57
## Preconditions:

test-case/verify-kernel-module-load-probe.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
set -e
4+
35
##
46
## Case Name: verify-kernel-module-load-probe
57
## Description:

test-case/verify-sof-firmware-load.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
set -e
4+
35
##
46
## Case Name: verify-sof-firmware-load
57
## Description:

0 commit comments

Comments
 (0)