mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
run_remote_tests: create a symlink to the last test that completed
Having this symlink is extremely useful if your running the same test over and over again. BUG=n0ne TEST=Verified that the symlink is there. Change-Id: I625a48ce4348082db05951ffd67929687ad461cc Review URL: http://codereview.chromium.org/6543021
This commit is contained in:
parent
c264a45ba8
commit
0cb1d1def8
@ -79,6 +79,7 @@ function cleanup() {
|
||||
[[ ${RAN_ANY_TESTS} -eq ${FLAGS_FALSE} ]]; then
|
||||
rm -rf "${TMP}"
|
||||
else
|
||||
ln -sf "${TMP}" /tmp/run_remote_tests.latest
|
||||
echo ">>> Details stored under ${TMP}"
|
||||
fi
|
||||
stop_ssh_agent
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user