Skip to content

Commit 0fbcd21

Browse files
authored
Merge pull request #27 from jasonlyle88/avoid-uuidgen
Avoid using uuidgen to improve cross-os compatibility
2 parents 68ad19d + c125697 commit 0fbcd21

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)