@@ -1627,7 +1627,7 @@ def checkin_test_run_case(testObject, testName, optionsStr, cmndInterceptsStr, \
16271627 "--with-cmake=\" " + g_withCmake + "\" " ,
16281628 "--project-name=Trilinos" ,
16291629 "--src-dir=" + mockProjectBaseDir ,
1630- "--send-email-to=bogous@somwhere .com" ,
1630+ "--send-email-to=bogous@somewhere .com" ,
16311631 "--project-configuration=%s" % os .path .join (g_testBaseDir ,
16321632 'CheckinTest_UnitTests_Config.py' ),
16331633 optionsStr ,
@@ -1657,7 +1657,7 @@ def checkin_test_run_case(testObject, testName, optionsStr, cmndInterceptsStr, \
16571657
16581658 if inPathGit :
16591659 baseCmndInterceptsStr += \
1660- "IT: git config --get user.email; 0; bogous@somwhere .com\n " \
1660+ "IT: git config --get user.email; 0; bogous@somewhere .com\n " \
16611661 + "IT: which git; 0; /some/path/git\n "
16621662
16631663 fullCmndInterceptsStr = baseCmndInterceptsStr + cmndInterceptsStr
@@ -1724,7 +1724,7 @@ def checkin_test_run_case(testObject, testName, optionsStr, cmndInterceptsStr, \
17241724 os .environ ['GENERAL_SCRIPT_SUPPORT_CMND_INTERCEPTS_FILE' ]= ""
17251725
17261726
1727- # Helper test case that is used as the inital case for other tests
1727+ # Helper test case that is used as the initial case for other tests
17281728def g_test_do_all_default_builds_mpi_debug_pass (testObject , testName ):
17291729 checkin_test_run_case (
17301730 \
@@ -2138,15 +2138,15 @@ def test_do_all_push_pass(self):
21382138 assertFileNotExists (self , serialReleaseDir + "/email.success" )
21392139 assertFileNotExists (self , serialReleaseDir + "/email.out" )
21402140
2141- # Make sure that the readyness check after the push reports the right
2141+ # Make sure that the readiness check after the push reports the right
21422142 # status.
21432143 checkin_test_run_case (
21442144 \
21452145 self ,
21462146 \
21472147 testName ,
21482148 \
2149- "" , # Just the default the readyness check!
2149+ "" , # Just the default the readiness check!
21502150 \
21512151 g_cmndinterceptsDumpDepsXMLFile \
21522152 + cmndinterceptsGetRepoStatsPass () \
@@ -2163,7 +2163,7 @@ def test_do_all_push_pass(self):
21632163 + "REQUESTED ACTIONS: FAILED\n " \
21642164 )
21652165
2166- # Make sure that the readyness check ignoring no --pull returns the right
2166+ # Make sure that the readiness check ignoring no --pull returns the right
21672167 # status status.
21682168 checkin_test_run_case (
21692169 \
@@ -2233,7 +2233,7 @@ def test_do_all_no_git_installed(self):
22332233 + " --do-all --push" \
22342234 ,
22352235 \
2236- "IT: git config --get user.email; 0; bogous@somwhere .com\n " \
2236+ "IT: git config --get user.email; 0; bogous@somewhere .com\n " \
22372237 + "IT: which git; 1; '/usr/bin/which: no git in (path1:path2:path3)'\n " \
22382238 ,
22392239 \
@@ -2509,7 +2509,7 @@ def test_abort_gracefully_if_no_enables(self):
25092509 + "1) SERIAL_RELEASE => Skipped configure, build, test due to no enabled packages! => Does not affect push readiness!\n " \
25102510 + "MPI_DEBUG: Skipping sending build/test case email because there were no enables and --abort-gracefully-if-no-enables was set!\n "
25112511 + "SERIAL_RELEASE: Skipping sending build/test case email because there were no enables and --abort-gracefully-if-no-enables was set!\n "
2512- + "There were no successfuly attempts to configure/build/test!\n " \
2512+ + "There were no successfully attempts to configure/build/test!\n " \
25132513 + "Skipping sending final email because there were no enables and --abort-gracefully-if-no-enables was set!\n " \
25142514 + "ABORTED DUE TO NO ENABLES: Trilinos:\n " \
25152515 + "REQUESTED ACTIONS: PASSED\n " \
@@ -3241,7 +3241,7 @@ def test_extra_repo_1_abort_gracefully_if_no_changes_to_push_passes(self):
32413241 "Pulling in packages from POST extra repos: preCopyrightTrilinos ...\n " \
32423242 + "Did not pull any changes from this repo!\n " \
32433243 + "No changes were pulled!\n " \
3244- + "Not perfoming any build cases because there are no local changes to push" \
3244+ + "Not performing any build cases because there are no local changes to push" \
32453245 " and --abort-gracefully-if-no-changes-to-push!\n " \
32463246 + "Skipping sending final email because there are no local changes to push" \
32473247 " and --abort-gracefully-if-no-changes-to-push was set!\n " \
@@ -3880,7 +3880,7 @@ def test_enable_extra_packages(self):
38803880 "Full package enable list: \[Teuchos,RTOp,Thyra\]\n " \
38813881 )
38823882 # Above, the --enable-extra-packages option leave on the check of the modified
3883- # files ahd just appends the set of enabled pacakges
3883+ # files ahd just appends the set of enabled packages
38843884
38853885
38863886 def test_disable_packages (self ):
@@ -3953,7 +3953,7 @@ def test_enable_all_packages_auto(self):
39533953 "--enable-all-packages=auto" ,
39543954 "\-DTrilinos_ENABLE_ALL_PACKAGES:BOOL=ON\n " ,
39553955 modifiedFilesStr = "CMakeLists.txt" , # Will not trigger TrilinosFramework!
3956- extraPassRegexStr = "Modifed file: .CMakeLists.txt.\n " \
3956+ extraPassRegexStr = "Modified file: .CMakeLists.txt.\n " \
39573957 + "Enabling all Trilinos packages!\n " ,
39583958 )
39593959
@@ -4725,7 +4725,7 @@ def test_st_extra_builds_ex_only_fail(self):
47254725 "ThyraCrazyStuff of type EX is being excluded because it is not in the valid list of package types .PT,ST.\n " \
47264726 + "passed: Trilinos/MPI_DEBUG: skipped configure, build, test due to no enabled packages\n " \
47274727 + "passed: Trilinos/MPI_DEBUG_ST: skipped configure, build, test due to no enabled packages\n " \
4728- + "There were no successfuly attempts to configure/build/test!\n " \
4728+ + "There were no successfully attempts to configure/build/test!\n " \
47294729 + " => A PUSH IS .NOT. READY TO BE PERFORMED!\n " \
47304730 + "^PUSH FAILED\n " \
47314731 + "^REQUESTED ACTIONS: FAILED\n " \
@@ -5415,7 +5415,7 @@ def test_do_all_push_default_builds_mpi_debug_final_commit_fail(self):
54155415 + g_expectedCommonOptionsSummary \
54165416 + "A PUSH IS READY TO BE PERFORMED!\n " \
54175417 + "Final pull passed!\n " \
5418- + "Attempting to amend the final commmit message ...\n " \
5418+ + "Attempting to amend the final commit message ...\n " \
54195419 + "Appending test results to last commit failed!\n " \
54205420 + "Not performing push due to prior errors!\n " \
54215421 + "AMEND COMMIT FAILED: Trilinos:\n " \
@@ -5625,9 +5625,9 @@ def test_send_email_only_on_failure_do_all_mpi_debug_build_configure_fail(self):
56255625 + g_expectedRegexBuildPasses \
56265626 + g_expectedRegexTestPasses \
56275627 + g_expectedCommonOptionsSummary \
5628- + "Running: mailx -s .FAILED: Trilinos/MPI_DEBUG: configure failed. bogous@somwhere .com\n " \
5628+ + "Running: mailx -s .FAILED: Trilinos/MPI_DEBUG: configure failed. bogous@somewhere .com\n " \
56295629 + "SERIAL_RELEASE: Skipping sending build/test case email because it passed and --send-email-only-on-failure was set!\n " \
5630- + "Running: mailx -s .FAILED CONFIGURE/BUILD/TEST: Trilinos: .* bogous@somwhere .com\n " \
5630+ + "Running: mailx -s .FAILED CONFIGURE/BUILD/TEST: Trilinos: .* bogous@somewhere .com\n " \
56315631 )
56325632
56335633
0 commit comments