From faeade84078b1eae5043d0d47d37505516d891b2 Mon Sep 17 00:00:00 2001 From: zooko Date: Mon, 7 Jun 2010 12:10:18 +0530 Subject: [PATCH] setup: add run_trial for buildmaster to use Ignore-this: d9a92fdb71f02960dffc69eb4f63272b darcs-hash:b51486d40cca0bdb48b5cca3fde857d0638aea0c --- misc/build_helpers/run_trial.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 misc/build_helpers/run_trial.py diff --git a/misc/build_helpers/run_trial.py b/misc/build_helpers/run_trial.py new file mode 100644 index 0000000..4d06a5d --- /dev/null +++ b/misc/build_helpers/run_trial.py @@ -0,0 +1 @@ +from twisted.scripts.trial import run; run() \ No newline at end of file -- 2.37.2