Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: replace repo tools tools.runAsync function with execSync #1597

Merged
merged 11 commits into from
Feb 3, 2020

Conversation

sofisl
Copy link
Collaborator

@sofisl sofisl commented Jan 30, 2020

No description provided.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jan 30, 2020
@@ -45,7 +45,7 @@ before(async () => {
// Create a Pub/Sub topic to be used for testing.
const [topic] = await pubSubClient.createTopic(topicName);
console.log(`Topic ${topic.name} created.`);
await tools.runAsync(
Copy link
Contributor

Choose a reason for hiding this comment

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

love it!

auth/system-test/auth.test.js Outdated Show resolved Hide resolved
auth/system-test/auth.test.js Outdated Show resolved Hide resolved
@fhinkel
Copy link
Contributor

fhinkel commented Jan 31, 2020

datacatalog tests are failing independently of your PR. I can't tell at a first glance if the iot failure is related. If it keeps failing you might want to submit a PR that doesn't touch those tests. Then we know right away if the failure is related to your changes.

@@ -16,7 +16,7 @@

const path = require('path');
const assert = require('assert');
const tools = require('@google-cloud/nodejs-repo-tools');
const {execSync} = require('child_process');
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants