mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Merge pull request #1336 from erikwilson/e2e-log-publish-fix
Fix e2e logs not published
This commit is contained in:
commit
de0ac78615
@ -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 $@
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user