Revision 69adffef
Added by Jérôme Schneider over 12 years ago
| jenkins/local_settings.py.example | ||
|---|---|---|
|
# 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')
|
||
Also available in: Unified diff
jenkins: modify path of junit.xml