tap-test

Fri, 02 Sep 2016 00:45:59 -0400

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Fri, 02 Sep 2016 00:45:59 -0400
changeset 37985
c3bab3be9695
parent 37593
17c34d87c5b3
permissions
-rwxr-xr-x

Remove some "clever" Python code.

#! /bin/sh

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

$1 -k --tap

mercurial