Fix e2e logs not published

This commit is contained in:
Erik Wilson 2020-01-21 14:51:07 -07:00
parent 129317db7a
commit 940be0e515

View File

@ -461,7 +461,7 @@ e2e-test() {
fi
local logOutput=
if [ -n "$E2E_OUTPUT" ]; then
logOutput=$E2E_OUTPUT/$logname
logOutput=$E2E_OUTPUT/$logName
fi
LABEL=$label LOG_OUTPUT=$logOutput run-test $@
}