Page MenuHome GnuPG

test.sh
No OneTemporary

#!/usr/bin/env bash
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
Xvfb :99 >/dev/null 2>&1 &
export DISPLAY=:99
export PL_PATH=`which perl`
export TB_PATH=${TB_PATH:-`which thunderbird`}
if [ `id -u` -eq 0 ]; then
echo "Warning: Running the test suite as root may cause some tests to fail."
fi
if [ "$#" -eq 0 ]; then
util/run-tests.py
else
util/run-tests.py $@
fi
RESULT=$?
killall Xvfb
exit $RESULT

File Metadata

Mime Type
text/x-shellscript
Expires
Mon, Feb 2, 8:38 AM (2 h, 22 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
06/fd/0d633bdc2d9145cb06bc06edae29

Event Timeline