mirror of
https://github.com/armbian/autotests.git
synced 2026-01-06 10:31:09 -08:00
11 lines
200 B
Bash
Executable File
11 lines
200 B
Bash
Executable File
#!/bin/bash
|
|
source $SRC/lib/functions.sh
|
|
|
|
TEST_TITLE=""
|
|
TEST_SKIP="true"
|
|
[[ $DRY_RUN == true ]] && return 0
|
|
|
|
get_board_data
|
|
|
|
display_alert "$BOARD_NAME $BOARD_KERNEL" "$(mask_ip "$USER_HOST")" "info"
|