This also adds a test.sh script for the packages feed CI. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
5 lines
98 B
Bash
5 lines
98 B
Bash
#!/bin/sh
|
|
|
|
[ "$1" = unixodbc-tools ] || exit 0
|
|
|
|
isql --version | grep -Fx "unixODBC $PKG_VERSION"
|