Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/angoca/db2unit
Browse files Browse the repository at this point in the history
  • Loading branch information
angoca committed Oct 6, 2014
2 parents ae9e754 + 50b2788 commit d14da95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/test/scripts/allTests.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
::@echo off
@echo off
:: This file is part of db2unit: A unit testing framework for DB2 LUW.
:: Copyright (C) 2014 Andres Gomez Casanova (@AngocA)
::
Expand Down
6 changes: 3 additions & 3 deletions src/test/scripts/test.bat
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ goto:eof

if %execute% EQU 0 (
db2 "CALL LOGADMIN.LOGS(min_level=>4)"
db2 "SELECT EXECUTION_ID EXEC_ID, VARCHAR(SUBSTR(TEST_NAME, 1, 32), 32) TEST, \
FINAL_STATE STATE, TIME, VARCHAR(SUBSTR(MESSAGE, 1, 128), 128) \
FROM ${SCHEMA}.REPORT_TESTS ORDER BY DATE"
db2 "SELECT EXECUTION_ID EXEC_ID, VARCHAR(SUBSTR(TEST_NAME, 1, 32), 32) TEST, " ^
"FINAL_STATE STATE, TIME, VARCHAR(SUBSTR(MESSAGE, 1, 128), 128) " ^
"FROM ${SCHEMA}.REPORT_TESTS ORDER BY DATE"
)
goto:eof

0 comments on commit d14da95

Please sign in to comment.