tap-test

Sun, 15 May 2016 15:32:05 -0300

author
Florian Quèze <florian@instantbird.org>
date
Sun, 15 May 2016 15:32:05 -0300
changeset 37679
6ff708c38c04
parent 37593
17c34d87c5b3
permissions
-rwxr-xr-x

Add "account-status-changing" signal from instantbird

It's like "account-status-changed", but emitted before the status change
instead of after.

Instantbird ticket: https://bugzilla.mozilla.org/show_bug.cgi?id=954403

#! /bin/sh

# run a GTest in tap mode. The test binary is passed as $1

$1 -k --tap

mercurial