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:
parent
e29e198d29
commit
a63fe8117f
1 changed files with 0 additions and 8 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue