hack to get tests passing

This commit is contained in:
Tully Foote 2010-10-26 23:52:28 +00:00
parent b62f0aaa63
commit 2da63a5aab
1 changed files with 8 additions and 1 deletions

View File

@ -35,12 +35,19 @@
## script that prints summary of aggregated test results to console
import roslib; roslib.load_manifest('rostest')
import roslib;
import sys
import cStringIO
import os
try:
roslib.load_manifest('rostest')
except roslib.packages.InvalidROSPkgException, ex:
print("ERROR: rostest not detected")
sys.exit(0)
import roslib.rospack
import rostest.xmlresults as xmlr