Added Verbosity for logs

Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
jitendracandela
2024-06-18 12:34:18 +05:30
parent 5674bea320
commit 24cf6d1d23

View File

@@ -130,7 +130,7 @@ runs:
done
echo "tests completed"
echo "downloading allure results..."
kubectl cp $podname:/tmp/allure-results allure-results
kubectl cp --v=10 $podname:/tmp/allure-results allure-results
echo "waiting for pod to exit"
kubectl logs -f $podname >/dev/null 2>&1