From 255c910842126fd55ac1c0f933ab1d016f534e27 Mon Sep 17 00:00:00 2001 From: Bruno Wagner Goncalves Date: Mon, 4 Aug 2014 17:51:59 -0300 Subject: Imported bitmask libraries to service --- service/runtests | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'service/runtests') diff --git a/service/runtests b/service/runtests index 64316a29..6b10459a 100755 --- a/service/runtests +++ b/service/runtests @@ -1 +1,2 @@ -APP_ROOT=`pwd`/app py.test test/ +#!/bin/bash +APP_ROOT=`pwd` py.test test/ -- cgit v1.2.3