Improve testsuite to make it easily executable by Travis
[plcapi.git] / debugger / controller.php
index 98550c9..afb34ad 100644 (file)
@@ -13,7 +13,7 @@
  * @todo add http no-cache headers
  **/
 
-  include(getcwd().'/common.php');
+  include(dirname(__FILE__).'/common.php');
   if ($action == '')
     $action = 'list';