mirror of
https://github.com/openwrt/packages.git
synced 2025-07-19 00:24:48 +00:00
This also adds a test.sh script for the packages feed CI. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
6 lines
98 B
Bash
6 lines
98 B
Bash
#!/bin/sh
|
|
|
|
[ "$1" = unixodbc-tools ] || exit 0
|
|
|
|
isql --version | grep -Fx "unixODBC $PKG_VERSION"
|