Echo the dynamic provider's location

This commit is contained in:
joeduffy 2018-02-19 18:59:55 -08:00
parent d7194e0125
commit 09a819f801
2 changed files with 8 additions and 0 deletions

View file

@ -149,6 +149,11 @@
<Output TaskParameter="ExitCode" PropertyName="WhereLangHostExitCode" />
</Exec>
<Exec Command="where pulumi-resource-pulumi-nodejs.cmd"
IgnoreExitCode="true">
<Output TaskParameter="ExitCode" PropertyName="WhereLangHostExitCode" />
</Exec>
<Error Text="Please add &quot;$(PulumiRoot)\bin&quot; to your path before running integration tests."
Condition="$(WhereLangHostExitCode) != 0 Or $(WhereLangHostExecExitCode) != 0"/>

View file

@ -48,6 +48,9 @@ func TestExamples(t *testing.T) {
"simple:config:x": "1",
"simple:config:y": "1",
},
Verbose: true,
DebugUpdates: true,
DebugLogLevel: 12,
},
{
Dir: path.Join(cwd, "dynamic-provider/multiple-turns"),