VirtualBox

Ignore:
Timestamp:
Oct 31, 2023 10:33:54 AM (15 months ago)
Author:
vboxsync
Message:

ValidationKit/TestExecServ: Use the correct binaries for arm, bugref:10542

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/TestExecServ/linux/vboxtxs.sh

    r99568 r101675  
    9696        ;;
    9797
     98    aarch64)
     99        binary=/opt/validationkit/linux/arm64/TestExecService
     100        ;;
     101
     102    arm|armv8l)
     103        binary=/opt/validationkit/linux/arm32/TestExecService
     104        ;;
     105
    98106    *)
    99107        binary=/opt/validationkit/linux/x86/TestExecService
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette