Skip to content

Commit 105f91d

Browse files
author
Roelant Vos
committed
Update ut.RunTest.sql
1 parent 24a857a commit 105f91d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TestingFramework/ut/Procedures/ut.RunTest.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ BEGIN
7878
PRINT concat('An error was encountered running the dynamic SQL: ''', @TestCode, '''.');
7979
PRINT 'The process will end in failure.';
8080

81-
SET @LocalTestOutput = 'Test could not be executed'
81+
SET @LocalTestOutput = 'Test could not be executed with error: '''+ERROR_MESSAGE()+'';
8282
SET @LocalTestResult = 'Fail'
8383

8484
END

0 commit comments

Comments
 (0)