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
Tue, Jan 20, 12:50 AM (5 h, 51 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
a1/36/4546c7ddeff6800da61795830f16

Event Timeline