From ef143a24f86c667530ecc14863a0ee5c52db0fe7 Mon Sep 17 00:00:00 2001
From: Colton Leekley-Winslow <coltonlw@flywheel.io>
Date: Tue, 30 Aug 2016 09:11:22 -0500
Subject: [PATCH] update ubuntu test instructions

---
 TESTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TESTING.md b/TESTING.md
index 913e20fe..73184457 100644
--- a/TESTING.md
+++ b/TESTING.md
@@ -7,7 +7,7 @@
 ### Ubuntu
 ```
 # Follow installation instructions in README first
-workon scitran-core
+. /runtime/bin/activate # Or wherever your scitran virtualenv is
 ./test/bin/setup-integration-tests-ubuntu.sh
 ./test/bin/run-tests-ubuntu.sh
 ```
-- 
GitLab