Skip to content

Commit

Permalink
[guest-test] bug fix: fix path error in test_executor
Browse files Browse the repository at this point in the history
fix path error in test_executor

Signed-off-by: Hongyu Ning <[email protected]>
  • Loading branch information
hongyuni committed Oct 13, 2023
1 parent 6999d8d commit 70e4293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guest-test/guest.test_executor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ cd $SCRIPT_DIR
# select test_functions by $TEST_SCENARIO
case "$TESTCASE" in
TD_BOOT)
guest_test_prepare tdx_guest_boot_check.sh
guest_test_prepare tdx/tdx_guest_boot_check.sh
guest_test_entry tdx_guest_boot_check.sh "-v $VCPU -s $SOCKETS -m $MEM" || \
die "Failed on TD_BOOT test tdx_guest_boot_check.sh -v $VCPU -s $SOCKETS -m $MEM"
if [[ $GCOV == "off" ]]; then
Expand Down

0 comments on commit 70e4293

Please sign in to comment.