Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 535f8e1

Browse files
committedJun 28, 2022
tests_run.sh: Fix the erase flash arguments.
Signed-off-by: Abdelatif Guettouche <[email protected]>
1 parent bf9d239 commit 535f8e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/scripts/tests_run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ while [ ! -z "$1" ]; do
6060
chunk_max=$1
6161
;;
6262
-e )
63-
erase=$1
63+
erase=1
6464
;;
6565
-h )
6666
echo "$USAGE"

0 commit comments

Comments
 (0)
Please sign in to comment.