fix(e2e): windows integration test (#2907)
This commit is contained in:
@@ -102,7 +102,7 @@ void main() {
|
||||
'shorebird init --verbose',
|
||||
workingDirectory: cwd,
|
||||
);
|
||||
expect(initShorebirdResult.stderr, isEmpty);
|
||||
|
||||
expect(initShorebirdResult.exitCode, equals(0));
|
||||
|
||||
final shorebirdYamlPath = p.join(cwd, 'shorebird.yaml');
|
||||
|
||||
Reference in New Issue
Block a user