summaryrefslogtreecommitdiff
path: root/.functests
diff options
context:
space:
mode:
authorThiago da Silva <thiago@redhat.com>2016-08-05 14:22:28 -0400
committerThiago da Silva <thiago@redhat.com>2016-08-09 15:42:20 -0400
commitddbab0509442e55ca6a68b9ef9a879e49e0e4f67 (patch)
treeb47107bf7b2825bc693f4d861cca6706f5f021df /.functests
parente42567f14faa67c294f0606668ed0a20bcda6e17 (diff)
downloadswift-ddbab0509442e55ca6a68b9ef9a879e49e0e4f67.tar.gz
add reminder how to run debug func tests
added comments on how to run in_process and specific test cases Change-Id: I485755996b15753323d30de09914d35e262fcedc Signed-off-by: Thiago da Silva <thiago@redhat.com>
Diffstat (limited to '.functests')
-rwxr-xr-x.functests3
1 files changed, 3 insertions, 0 deletions
diff --git a/.functests b/.functests
index af989f50f..5e3b17717 100755
--- a/.functests
+++ b/.functests
@@ -1,5 +1,8 @@
#!/bin/bash
+# How-To debug functional tests:
+# SWIFT_TEST_IN_PROCESS=1 tox -e func -- --pdb test.functional.tests.TestFile.testCopy
+
SRC_DIR=$(python -c "import os; print os.path.dirname(os.path.realpath('$0'))")
set -e