Skip to content

Commit

Permalink
[guest-test] Bug Fix: fix code indent format
Browse files Browse the repository at this point in the history
fix code indent format

[Test Components] amx
[Test Types] any
[Supported Devices] all-generic

Signed-off-by: Hongyu Ning <[email protected]>
  • Loading branch information
hongyuni committed Jan 10, 2024
1 parent 5e731fc commit bfee7fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guest-test/amx/amx.test_executor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ case "$TESTCASE" in
TMUL_1)
guest_test_prepare
guest_test_source_code "$SCRIPT_DIR/../state-components-validation-utilities/amx/tmul" tmul || \
die "Failed to prepare guest test source code for $TESTCASE"
die "Failed to prepare guest test source code for $TESTCASE"
guest_test_entry tmul "-b 2 -t 10 -c 20 -i 1" || \
die "Failed on $TESTCASE"
die "Failed on $TESTCASE"
if [[ $GCOV == "off" ]]; then
guest_test_close
fi
Expand Down

0 comments on commit bfee7fb

Please sign in to comment.