Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 971eee5

Browse files
committed
Print out error
1 parent f458f5f commit 971eee5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/integration/helpers.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ async function logJobs() {
8282
await displayAllLogsForJob(job.metadata.name);
8383
}
8484
} catch (error) {
85-
console.error(`Failed to list Jobs'`);
85+
console.error("Failed to list Jobs");
86+
console.error(error);
8687
}
8788
}
8889

0 commit comments

Comments
 (0)