mirror of
https://github.com/lupyuen/lupyuen.github.io.git
synced 2025-01-13 06:48:34 +08:00
This commit is contained in:
parent
858f5ca35e
commit
56fb9a1133
1 changed files with 3 additions and 0 deletions
|
@ -119,6 +119,9 @@ Just to tell you once again <br>
|
|||
<p><em>Is it automated?</em></p>
|
||||
<p>Yep Git Bisect will gleefully seek the Breaking Commit on its own… Assuming that we provide a Script to <strong>Assess the Goodness / Badness</strong> of a NuttX Commit: <a href="https://github.com/lupyuen/nuttx-bisect/blob/main/my-test-script.sh">my-test-script.sh</a></p>
|
||||
<div class="example-wrap"><pre class="language-bash"><code>## This script will be called by Git Bisect...
|
||||
## In Case of Error: Return the error to Git Bisect
|
||||
set -e
|
||||
|
||||
## Get the NuttX Hash (Commit ID)
|
||||
nuttx_hash=$(git rev-parse HEAD)
|
||||
|
||||
|
|
Loading…
Reference in a new issue