mirror of
https://github.com/lupyuen/nuttx-riscv64.git
synced 2025-01-12 23:28:28 +08:00
Test by Another Past 50 Commits
This commit is contained in:
parent
e3ed3f20c0
commit
d76f819d5c
1 changed files with 13 additions and 0 deletions
|
@ -50,6 +50,19 @@ function commit_test() {
|
|||
for commit in $(git log -50 --pretty=format:"%H")
|
||||
do
|
||||
echo Testing Commit $commit
|
||||
git reset --hard $commit
|
||||
sleep 5
|
||||
test_once $commit
|
||||
done
|
||||
}
|
||||
|
||||
## Test by Another Past 50 Commits
|
||||
function commit_test_again() {
|
||||
for commit in $(git log -50 --pretty=format:"%H")
|
||||
do
|
||||
echo Testing Commit $commit
|
||||
git reset --hard $commit
|
||||
sleep 5
|
||||
test_once $commit
|
||||
done
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue