Add tests for System model

This commit is contained in:
Webber
2020-05-01 15:50:28 +02:00
committed by Webber Takken
parent b41026b36e
commit e46399169f
4 changed files with 48 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ class System {
},
};
const exitCode = await exec(command, arguments_, { ...options, listeners });
const exitCode = await exec(command, arguments_, { silent: true, listeners, ...options });
if (debug !== '') {
core.debug(debug);