06250c3d6b
Signed-off-by: Jan Friesse <jfriesse@redhat.com>
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
|