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 [ "$#" -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, Dec 23, 2:11 PM (21 h, 21 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
fe/8d/e8990c8762ed96df18e144177585

Event Timeline