jenkins: modify path of junit.xml

This commit is contained in:
Jérôme Schneider 2013-08-22 11:36:41 +02:00
parent fbdf46df3b
commit 69adffef50
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ PROJECT_PATH = os.path.dirname(os.path.dirname(__file__))
# Tell Django to use the JUXD Test Suite Runner
TEST_RUNNER = 'juxd.JUXDTestSuiteRunner'
# Where to write the output
JUXD_FILENAME = os.path.join(PROJECT_PATH, 'junit.xml')
JUXD_FILENAME = os.path.join(PROJECT_PATH, 'workspace/junit.xml')