c759e509c5
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/booth.git#f47046a5aff476c4c2fda02b9fe78f41dd0cd530
7 lines
96 B
Bash
7 lines
96 B
Bash
#!/bin/bash
|
|
|
|
set -xe
|
|
set -o pipefail
|
|
|
|
/usr/share/booth/tests/test/runtests.py --allow-root-user
|