Searched refs:PLATFORM (Results 1 – 3 of 3) sorted by relevance
5 Usage: $0 [OPTION] [PLATFORM]...6 Run all the metatests whose platform matches any of the given PLATFORM.7 A PLATFORM can contain shell wildcards.
63 PLATFORM=$(lsb_release -is)66 if [ "$PLATFORM" = "Raspbian" ]; then68 elif [ "$PLATFORM" = "Ubuntu" ]; then77 if [ "$PLATFORM" != "Raspbian" ]; then
51 ENV PLATFORM ubuntu