On Tue, Nov 2, 2010 at 1:45 PM, Nate Coraor <nate(a)bx.psu.edu> wrote:
Hi Peter,
Could you set "debug = 'True'," in the kwargs dict in
./scripts/functional_tests.py and see if you get any more useful output?
Thanks,
--nate
Hi Nate,
Thanks for the suggestions - I tried that,
diff -r 82743fcbf23c scripts/functional_tests.py
--- a/scripts/functional_tests.py Thu Oct 28 11:41:18 2010 +0100
+++ b/scripts/functional_tests.py Wed Nov 03 11:10:42 2010 +0000
@@ -92,7 +92,7 @@
outputs_to_working_directory = 'True',
set_metadata_externally = 'True',
static_enabled = 'False',
- debug = 'False',
+ debug = 'True',
track_jobs_in_database = 'True',
job_scheduler_policy = 'FIFO',
start_job_runners = 'pbs',
However the output appears unchanged with respect to the failing test.
Are there any history/cookie/cache related files I can manually delete which
may be causing this problem?
Regards,
Peter