summaryrefslogtreecommitdiff
path: root/.functests
diff options
context:
space:
mode:
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