Make Test262 results less verbose (#4090)

Changes:
- Don't dump each test output to stdout
- Upload test outputs as artifact to GitHub

JerryScript-DCO-1.0-Signed-off-by: Csaba Osztrogonác csaba.osztrogonac@h-lab.eu
This commit is contained in:
Csaba Osztrogonác
2020-08-03 10:40:26 +02:00
committed by GitHub
parent 26a299adf0
commit f1eba9f826
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ def main(args):
[test262_harness_path,
'--command', command,
'--tests', args.test_dir,
'--full-summary']
'--summary']
if 'excludelist_path' in args and args.mode == 'default':
test262_command.extend(['--exclude-list', args.excludelist_path])