Branko Čibej <brane@xbc.nu> writes:
> module_tests.py now passes on Windows. Do we care about the two
> RuntimeWarnings, though?
Bleargh.
Yeah, they're an ugly distraction for anyone running module_tests.py
by hand. Is there some flag we can pass to Python, or var we can set,
to make this warning not happen?
-K
> [brane@SILMARIL cmdline]$ python module_tests.py
> module_tests.py:150: RuntimeWarning: tempnam is a potential security risk to your program
> tmp_f = os.tempnam(wc_init_dir, 'tmp')
> PASS: module_tests.py 1: check out a directory with some external modules attached
> module_tests.py:196: RuntimeWarning: tempnam is a potential security risk to your program
> tmp_f = os.tempnam(svntest.main.temp_dir, 'tmp')
> PASS: module_tests.py 2: Update to receive a new external module.
> PASS: module_tests.py 3: Update to lose an external module.
> PASS: module_tests.py 4: Update to receive a change to an unmodifed external module.
> PASS: module_tests.py 5: Update to receive a change to a modified external module.
> PASS: module_tests.py 6: Update to receive a change under an external module.
>
>
>
> --
> Brane Čibej <brane_at_xbc.nu> http://www.xbc.nu/brane/
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: svn-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: svn-help@subversion.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Aug 12 18:34:07 2002