Skip to content

Commit

Permalink
test-case: add set -e to 5 basic test
Browse files Browse the repository at this point in the history
Fixes: thesofproject#312

Signed-off-by: RuiqingX <[email protected]>
  • Loading branch information
RuiqingX committed Sep 21, 2020
1 parent b220876 commit d858d48
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test-case/check-suspend-resume-with-audio.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

set -e

##
## Case Name: check suspend/resume with audio status
## Preconditions:
Expand Down
2 changes: 2 additions & 0 deletions test-case/check-xrun-injection.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

set -e

##
## Case Name: check-xrun-injection
## Preconditions:
Expand Down
2 changes: 2 additions & 0 deletions test-case/multiple-pause-resume.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

set -e

##
## Case Name: Run multiple pipeline for pause resume
## Preconditions:
Expand Down
2 changes: 2 additions & 0 deletions test-case/multiple-pipeline-capture.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

set -e

##
## Case Name: Run multiple pipelines for capture
## Preconditions:
Expand Down
2 changes: 2 additions & 0 deletions test-case/multiple-pipeline-playback.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

set -e

##
## Case Name: Run multiple pipelines for playback
## Preconditions:
Expand Down

0 comments on commit d858d48

Please sign in to comment.