basic_test_suites/cucumber_with_aruba has no need to know the PACKAGE.

The test suite makes no use of the variable.
This commit is contained in:
Jarek Prokop 2024-07-09 10:43:33 +02:00
commit a63fe8117f

View file

@ -1,13 +1,5 @@
#!/bin/sh -eux
PACKAGE=${PACKAGE:-}
[ -n "$PACKAGE" ] || {
echo "env variable \$PACKAGE not specified, specify what package are we testing." >&2
exit 1
}
tmp=$(mktemp -d)
cp -r features "$tmp"