tests: Fix nonexisting variable access in run-test.sh
This commit is contained in:
parent
ecd7b62189
commit
6c679bed82
@ -2,6 +2,8 @@
|
|||||||
set -eux
|
set -eux
|
||||||
|
|
||||||
. /etc/os-release
|
. /etc/os-release
|
||||||
|
test_optional=
|
||||||
|
test_basic=
|
||||||
|
|
||||||
if ls $(pwd)/cockpit-appstream* 1> /dev/null 2>&1; then
|
if ls $(pwd)/cockpit-appstream* 1> /dev/null 2>&1; then
|
||||||
test_optional=1
|
test_optional=1
|
||||||
|
Loading…
Reference in New Issue
Block a user