[tor-commits] [metrics-web/release] Add pgTAB extension and license information.

karsten at torproject.org karsten at torproject.org
Wed May 30 13:45:11 UTC 2018


commit b9f63b6bb8d96abf984e90afe3a24c696dde0c05
Author: iwakeh <iwakeh at torproject.org>
Date:   Wed Dec 20 13:06:57 2017 +0000

    Add pgTAB extension and license information.
---
 src/test/sql/userstats/test-userstats.sql | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/test/sql/userstats/test-userstats.sql b/src/test/sql/userstats/test-userstats.sql
index 66f8b82..a08cc7d 100644
--- a/src/test/sql/userstats/test-userstats.sql
+++ b/src/test/sql/userstats/test-userstats.sql
@@ -1,3 +1,10 @@
+-- Copyright 2013--2017 The Tor Project
+-- See LICENSE for licensing information
+
+-- Hint: You'll need pgTAP in order to run these tests!
+
+CREATE EXTENSION IF NOT EXISTS pgtap;
+
 BEGIN;
 SET search_path TO tap, public;
 SELECT plan(152);





More information about the tor-commits mailing list