Skip to content

Commit 258cdfa

Browse files
committed
nevermind
1 parent 1222cca commit 258cdfa

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

packages/compass-e2e-tests/smoke-test.ts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -182,15 +182,7 @@ async function run() {
182182

183183
if (appInfo) {
184184
console.log('testing', appInfo.appPath);
185-
try {
186-
await testInstalledApp(appInfo);
187-
} finally {
188-
try {
189-
await execute('cat', [`${__dirname}/.log/webdriver/*`]);
190-
} catch (err) {
191-
/* ignore*/
192-
}
193-
}
185+
await testInstalledApp(appInfo);
194186
} else {
195187
console.log(`no app got installed for ${pkg.filename}`);
196188
}

0 commit comments

Comments
 (0)