Skip to content
Snippets Groups Projects
Commit 7ee2098e authored by Guido Trotter's avatar Guido Trotter
Browse files

Fix burnin install path


Due to a bug in 8e55e20f burnin's installation path got changed.
Moving tools/burnin to the right makefile target reverts this (while
preserving the value of the original commit).

Signed-off-by: default avatarGuido Trotter <ultrotter@google.com>
Reviewed-by: default avatarHelga Velroyen <helgav@google.com>
parent 8fc41371
No related branches found
No related tags found
No related merge requests found
......@@ -824,6 +824,7 @@ python_scripts = \
dist_tools_SCRIPTS = \
$(python_scripts) \
tools/burnin \
tools/kvm-console-wrapper \
tools/master-ip-setup \
tools/xen-console-wrapper
......@@ -841,7 +842,6 @@ pkglib_python_scripts = \
tools/check-cert-expired
nodist_pkglib_python_scripts = \
tools/burnin \
tools/ensure-dirs \
tools/node-daemon-setup \
tools/prepare-node-join
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment