Skip to content

Commit 453e269

Browse files
authored
Update Run_Methods.sql
trying to manually revert back to desired version
1 parent 7a4f0d6 commit 453e269

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

Source/Run_Methods.sql

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,7 @@ BEGIN
8282
EXEC @SetUp;
8383
END;
8484

85-
BEGIN TRY
86-
SELECT XACT_STATE(),@@TRANCOUNT,@TestExecutionCmd;
87-
EXEC (@TestExecutionCmd);
88-
END TRY
89-
BEGIN CATCH
90-
SELECT XACT_STATE(),@@TRANCOUNT,@TestExecutionCmd;
91-
THROW;
92-
END CATCH;
85+
EXEC (@TestExecutionCmd);
9386

9487
IF(EXISTS(SELECT 1 FROM #ExpectException WHERE ExpectException = 1))
9588
BEGIN

0 commit comments

Comments
 (0)