Skip to content

Commit

Permalink
remove duplicate if
Browse files Browse the repository at this point in the history
  • Loading branch information
JC-282-AD committed Jun 28, 2024
1 parent ba6011d commit 24ab7ce
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/scripts/example_tester.sh
Original file line number Diff line number Diff line change
Expand Up @@ -488,14 +488,6 @@ function main() {
}

main
if [[ $result_UART_INTERRUPT = "fail" || $result_UART_DMA = "fail" || $result_HelloWorld = "fail" ]];
then
make -C $Path/$testName METHOD=$2
else
make -C $Path/$testName
fi


if [[ $result_UART_INTERRUPT = "fail" ||
$result_UART_DMA = "fail" ||
$result_HelloWorld = "fail" ||
Expand Down

0 comments on commit 24ab7ce

Please sign in to comment.