Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update AwsTestHarness.cmake typo #1034

Merged
merged 1 commit into from
May 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cmake/AwsTestHarness.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function(generate_test_driver driver_exe_name)
add_test(${name} ${driver_exe_name} "${name}")
endforeach()

# Clear test cases in case another driver needsto be generated
# Clear test cases in case another driver needs to be generated
unset(TEST_CASES PARENT_SCOPE)
endfunction()

Expand All @@ -94,6 +94,6 @@ function(generate_cpp_test_driver driver_exe_name)
set_tests_properties("${name}" PROPERTIES SKIP_RETURN_CODE ${SKIP_RETURN_CODE_VALUE})
endforeach()

# Clear test cases in case another driver needsto be generated
# Clear test cases in case another driver needs to be generated
unset(TEST_CASES PARENT_SCOPE)
endfunction()