summaryrefslogtreecommitdiff
path: root/meta-phosphor/scripts/run-repotest
AgeCommit message (Collapse)AuthorFilesLines
2021-10-27repotest: clean up via trapPatrick Williams1-4/+1
In the case of early exit, the script could leave tempfiles laying around. Use `trap` to ensure they're properly cleaned up. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I403dcacbd15227e445d50ccb2c2627675376fdcd
2021-10-26repotest: remove extensionPatrick Williams1-0/+83
The fact the script is current written in bash is not useful information to anyone invoking it. Remove the extension to allow future rewrite, if desired, without impacting other tooling or users. Temporarily create a symlink until `openbmc-build-scripts` can be updated for new script name. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ib9cf07b587cae78c09e78184e0d35f2ed95d77ad