Created
October 20, 2015 19:10
-
-
Save apahim/1e7d5086c8ac9ddead16 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[asegundo@x240 avocado]$ avocado run /bin/false /bin/true /bin/false | |
JOB ID : 5f4c2a7555b7d7737aba74683643ea0a8ac34c1f | |
JOB LOG : /home/asegundo/avocado/job-results/job-2015-10-20T17.08-5f4c2a7/job.log | |
TESTS : 3 | |
(1/3) /bin/false: FAIL (0.01 s) | |
(2/3) /bin/true: PASS (0.01 s) | |
(3/3) /bin/false: FAIL (0.01 s) | |
RESULTS : PASS 1 | ERROR 0 | FAIL 2 | SKIP 0 | WARN 0 | INTERRUPT 0 | |
TIME : 0.04 s | |
[asegundo@x240 avocado]$ cat jobs/5f4c2a7555b7d7737aba74683643ea0a8ac34c1f/urls | |
['/bin/false', '/bin/true', '/bin/false'][asegundo@x240 avocado]$ | |
[asegundo@x240 avocado]$ | |
[asegundo@x240 avocado]$ avocado run --replay 5f | |
JOB ID : 35623eeb5c4d7ed595db4f689bf6df5487fd82b8 | |
JOB LOG : /home/asegundo/avocado/job-results/job-2015-10-20T17.09-35623ee/job.log | |
TESTS : 3 | |
(1/3) /bin/false: FAIL (0.01 s) | |
(2/3) /bin/true: PASS (0.01 s) | |
(3/3) /bin/false: FAIL (0.01 s) | |
RESULTS : PASS 1 | ERROR 0 | FAIL 2 | SKIP 0 | WARN 0 | INTERRUPT 0 | |
TIME : 0.03 s | |
[asegundo@x240 avocado]$ | |
[asegundo@x240 avocado]$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment