From c4c36c5beb9707cf1913d103607e71c0aae63ce3 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Tue, 6 Apr 2021 11:41:51 +0100 Subject: [PATCH] Use absolute path for save-logs output --- test-driver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-driver b/test-driver index 440c5c8c..c114833f 100755 --- a/test-driver +++ b/test-driver @@ -49,7 +49,7 @@ wait_for_vms() { } save_logs() { - local out_dir="$1" + local out_dir="$(realpath $1)" # Try to keep ansible-playbook output to a minimum so as not to # take too much space in the CI job logs. -- GitLab