Skip to content

Commit 5c2e44a

Browse files
committed
Fix broken test configuration
1 parent 2523d2c commit 5c2e44a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/test-enc.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ENC_TEST_UPDATE_VERSION?=2
22
KEYGEN_TOOL=python3 ./tools/keytools/keygen.py
3-
SIGN_ARGS+=--ecc256 --encrypt /tmp/enc_key.der
4-
SIGN_ENC_ARGS+=--ecc256 --encrypt /tmp/enc_key.der
3+
SIGN_ARGS?=--ecc256
4+
SIGN_ENC_ARGS?=--ecc256 --encrypt /tmp/enc_key.der
55
USBTTY?=/dev/ttyACM0
66
TIMEOUT?=60
77

0 commit comments

Comments
 (0)