Created
October 25, 2015 20:19
-
-
Save apahim/a944e1e3ad636aea834e 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/true --job-results-dir=/tmp/ | |
JOB ID : 285c581862cad40f97c56d63fa17b9cd7d34bb82 | |
JOB LOG : /tmp/job-2015-10-25T18.18-285c581/job.log | |
TESTS : 1 | |
(1/1) /bin/true: PASS (0.01 s) | |
RESULTS : PASS 1 | ERROR 0 | FAIL 0 | SKIP 0 | WARN 0 | INTERRUPT 0 | |
TIME : 0.01 s | |
[asegundo@x240 avocado]$ avocado run --replay 285c58 | |
Job not found in "/home/asegundo/avocado/job-results". You can inform an alternate results directory with "--job-results-dir=/foo/bar" | |
[asegundo@x240 avocado]$ avocado run --replay 285c58 --job-results-dir=/tmp/ | |
JOB ID : 66d5dfb5a78bf4055695b99c256a69ba0379bfa2 | |
JOB LOG : /tmp/job-2015-10-25T18.18-66d5dfb/job.log | |
TESTS : 1 | |
(1/1) /bin/true: PASS (0.01 s) | |
RESULTS : PASS 1 | ERROR 0 | FAIL 0 | SKIP 0 | WARN 0 | INTERRUPT 0 | |
TIME : 0.01 s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment