Skip to content

Commit aae0a0e

Browse files
authored
Merge pull request #28 from jasonlyle88/develop
Version 1.06.02
2 parents f240c51 + 0fbcd21 commit aae0a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/sqlclUnitTest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ function main() {
209209
elif [[ "${testType}" = "${testTypeSqlclWrapped}" ]]; then
210210
resultFile="${wrappedTestResultFile}"
211211
logFile="${logDirectory}/wrapped/${testName}.log"
212-
wrapperFile="${workingDirectory}/$(uuidgen).sql"
212+
wrapperFile="${workingDirectory}/${functionUniqueIdentifier}-wrapper.sql"
213213

214214
mkdir -p "$(dirname "${logFile}")"
215215
touch "${logFile}"

0 commit comments

Comments
 (0)