Skip to content

Commit 535f8e1

Browse files
committed
tests_run.sh: Fix the erase flash arguments.
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
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)