Skip to content

Commit 34d09e8

Browse files
committed
tests_run.sh: Fix the erase flash arguments.
Signed-off-by: Abdelatif Guettouche <[email protected]>
1 parent bf9d239 commit 34d09e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/scripts/tests_run.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ COUNT_SKETCHES="${SCRIPTS_DIR}/sketch_utils.sh count"
3434

3535
chunk_run=0
3636
options=0
37+
erase=0
3738

3839
while [ ! -z "$1" ]; do
3940
case $1 in
@@ -60,7 +61,7 @@ while [ ! -z "$1" ]; do
6061
chunk_max=$1
6162
;;
6263
-e )
63-
erase=$1
64+
erase=1
6465
;;
6566
-h )
6667
echo "$USAGE"

0 commit comments

Comments
 (0)