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 authored and ysun committed Jan 19, 2024
1 parent ed1c6ac commit 5d8bff7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions guest-test/amx/amx.test_executor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,17 @@ case "$TESTCASE" in
guest_test_prepare guest_test.sh
guest_test_source_code test_source_code_dir_example test_binary_example
guest_test_entry guest_test.sh "-t $TESTCASE" || \
die "Failed on $TESTCASE guest_test.sh -t $TESTCASE"
die "Failed on $TESTCASE guest_test.sh -t $TESTCASE"
if [[ $GCOV == "off" ]]; then
guest_test_close
fi
;;
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 5d8bff7

Please sign in to comment.