We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68ad19d + c125697 commit 0fbcd21Copy full SHA for 0fbcd21
source/sqlclUnitTest.sh
@@ -209,7 +209,7 @@ function main() {
209
elif [[ "${testType}" = "${testTypeSqlclWrapped}" ]]; then
210
resultFile="${wrappedTestResultFile}"
211
logFile="${logDirectory}/wrapped/${testName}.log"
212
- wrapperFile="${workingDirectory}/$(uuidgen).sql"
+ wrapperFile="${workingDirectory}/${functionUniqueIdentifier}-wrapper.sql"
213
214
mkdir -p "$(dirname "${logFile}")"
215
touch "${logFile}"
0 commit comments