Skip to content

Commit 95572e2

Browse files
committed
automated: linux: torizon: integration: fix case statement
Wrong variable name led to incorrect lava job execution Signed-off-by: Pawel Szymaszek <[email protected]>
1 parent e9bffbe commit 95572e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automated/linux/torizon/integration-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ case "${abi}" in
3333
SPIRE_ARCH="linux_amd64"
3434
;;
3535
arm64|aarch64)
36-
GECKODRIVER="linux-aarch64"
36+
GECKODRIVER_ARCH="linux-aarch64"
3737
SPIRE_ARCH="linux_arm64"
3838
;;
3939
*)

0 commit comments

Comments
 (0)