Skip to content

Commit

Permalink
Show output for smoke tests
Browse files Browse the repository at this point in the history
This prevents a timeout if build and test take longer than 10 minutes.
  • Loading branch information
jrjohnson authored and NullVoxPopuli committed Sep 8, 2018
1 parent d6d55f1 commit db26947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/scripts/test-external.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ let commitTestPassed = true;

try {
debug('Running Smoke Test');
execWithLog(`cd ../__external-test-cache/${externalProjectName} && ember test`);
execWithLog(`cd ../__external-test-cache/${externalProjectName} && ember test`, true);
} catch (e) {
smokeTestPassed = false;
}
Expand Down

0 comments on commit db26947

Please sign in to comment.