Index: branches/sc_branches/psps_testing/build.sh
===================================================================
--- branches/sc_branches/psps_testing/build.sh	(revision 29111)
+++ branches/sc_branches/psps_testing/build.sh	(revision 29116)
@@ -15,5 +15,6 @@
   utilities/__init__.py \
   utilities/configuration.py \
-  utilities/file_manipulation.py"
+  utilities/file_manipulation.py\
+  psi/psi_inquisitor.py"
 
 case "$1" in
@@ -30,5 +31,5 @@
 	done
 	echo "### Coverage results ###"
-	$COVERAGE -r -o /usr -m
+	$COVERAGE -r -o /usr,$HOME/local -m
 	;;
     all)
