Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/test-all-packages.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ function runPgpmCommand(command, dbname, packageName, packagePath, projectRoot)
return result.success;
}

async function testPackage(packagePath, projectRoot, useDocker) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the only change that represents the title of the PR

function testPackage(packagePath, projectRoot, useDocker) {
const packageName = path.basename(packagePath);
const dbname = dbsafename(packagePath);

Expand Down
Loading