From 1c349a387db29d0e102c7df2b9c5c23f1c72db07 Mon Sep 17 00:00:00 2001 From: gholt Date: Mon, 12 Mar 2012 21:54:31 +0000 Subject: Make tests work like they used to. Change-Id: I081d853a90ad0efce5b7a20b52794ce3348a9617 --- .functests | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to '.functests') diff --git a/.functests b/.functests index fb2b0eb2e..a7be2b398 100755 --- a/.functests +++ b/.functests @@ -1,4 +1,9 @@ #!/bin/bash -nosetests test/functional $@ -nosetests test/functionalnosetests $@ +cd test/functional +nosetests --exe $@ +cd - + +cd test/functionalnosetests +nosetests --exe $@ +cd - -- cgit v1.2.1