packages/libs/newt/test.sh
Jeffery To 47c8bf1a09 newt: Update to 0.52.24, add test.sh script for packages feed CI
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-11-02 00:41:14 +08:00

13 lines
154 B
Bash

#!/bin/sh
case "$1" in
python3-newt)
python3 -c 'import snack'
;;
whiptail)
whiptail --version | grep -Fx "whiptail (newt): $PKG_VERSION"
;;
esac