From 5f71cb665177b9b66639ced544fd4b375fbb5585 Mon Sep 17 00:00:00 2001
From: Andrew Tridgell <tridge@samba.org>
Date: Wed, 9 May 2012 09:30:32 +1000
Subject: [PATCH] HILTest is not needed any more

---
 Tools/autotest/autotest.py | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/Tools/autotest/autotest.py b/Tools/autotest/autotest.py
index 7daf143b9..b63df769b 100755
--- a/Tools/autotest/autotest.py
+++ b/Tools/autotest/autotest.py
@@ -94,14 +94,6 @@ def test_prerequesites():
     '''check we have the right directories and tools to run tests'''
     print("Testing prerequesites")
     util.mkdir_p(util.reltopdir('../buildlogs'))
-    if not os.path.exists(util.reltopdir('../HILTest/hil_quad.py')):
-        print('''
-You need to install HILTest in %s
-
-You can get it from git://git.samba.org/tridge/UAV/HILTest.git
-
-        ''' % util.reltopdir('../HILTest'))
-        return False
     return True
 
 
-- 
GitLab