Skip to content

Commit

Permalink
More debug
Browse files Browse the repository at this point in the history
  • Loading branch information
WcaleNieWolny committed Sep 30, 2023
1 parent 16692ed commit 6e10aaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests_backend/run_backend_tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ async function getEnvFile(redis: 'none' | 'local') {

const minioUrl = Deno.env.get('MINIO_URL')
if (minioUrl) {
p.log.info('Minio URL is not null, creating a new env file...')
p.log.info(`Minio URL is not null (${minioUrl}), creating a new env file...`)
const tempEnvFile = await Deno.makeTempFile()
const readEnvFile = await Deno.readTextFile(envFilePath)
const fileContent = readEnvFile.replace('host.docker.internal', minioUrl)
Expand Down
1 change: 1 addition & 0 deletions tests_backend/tests/cli/test_cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ async function runCli(params: string[]): Promise<string> {
finalString += string
}

console.log(`final output\n${finalString}}`)
return finalString
}

Expand Down

0 comments on commit 6e10aaa

Please sign in to comment.