Commit 940be0e5 authored by Erik Wilson's avatar Erik Wilson

Fix e2e logs not published

parent 129317db
...@@ -461,7 +461,7 @@ e2e-test() { ...@@ -461,7 +461,7 @@ e2e-test() {
fi fi
local logOutput= local logOutput=
if [ -n "$E2E_OUTPUT" ]; then if [ -n "$E2E_OUTPUT" ]; then
logOutput=$E2E_OUTPUT/$logname logOutput=$E2E_OUTPUT/$logName
fi fi
LABEL=$label LOG_OUTPUT=$logOutput run-test $@ LABEL=$label LOG_OUTPUT=$logOutput run-test $@
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment