summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-12-02 12:55:05 +0000
committerCarl Hetherington <cth@carlh.net>2013-12-02 12:55:05 +0000
commit561f4296572953975e37a08709273096a7aa2501 (patch)
tree189168626388ace2d77310177ee8859d7b102105
parenteafd22a89779dbf4d3432c76810f0d2e58fa1779 (diff)
More test tweaking.
-rwxr-xr-xcdist2
1 files changed, 0 insertions, 2 deletions
diff --git a/cdist b/cdist
index ede2d02..4f2396e 100755
--- a/cdist
+++ b/cdist
@@ -777,8 +777,6 @@ elif args.command == 'test':
error('you must specify -t or --target')
target = target_factory(args.target, args.debug, args.work)
- project.checkout(target)
- project.read_cscript('cscript')
target.test(project)
elif args.command == 'shell':