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
|