On Feb 7, 8:14 pm, [email protected] wrote:
> Hi Michael

Hi Earl,

> I was able to execute each of the single tests however the export
> "export SAGE_PEXPECT_LOG=yes" did not allow files to be created in
> $home/.sage//pexpect_logs/.  Any ideas would be great as I hunted
> around a bit and came up empty on fresh log files.

What shell are you using? For csh or tcsh you have to use setenv.

This works for me:

mabsh...@sage:/scratch/mabshoff/sage-3.3.rc0$ export
SAGE_PEXPECT_LOG=yes
mabsh...@sage:/scratch/mabshoff/sage-3.3.rc0$ ./sage -t devel/doc/
const/const.tex
sage -t  "devel/doc/const/const.tex"
         [15.3 s]

----------------------------------------------------------------------
All tests passed!

results in

mabsh...@sage:/scratch/mabshoff/dot_sage/pexpect_logs$ pwd
/scratch/mabshoff/dot_sage/pexpect_logs
mabsh...@sage:/scratch/mabshoff/dot_sage/pexpect_logs$ ls -altr
total 1032
drwx------ 8 mabshoff mabshoff   4096 2009-02-07 22:49 ..
drwxr-xr-x 2 mabshoff mabshoff   4096 2009-02-07 22:49 .
-rw-r--r-- 1 mabshoff mabshoff  34997 2009-02-07 22:49
singular-31329-14103328-2.log
-rw-r--r-- 1 mabshoff mabshoff  70961 2009-02-07 22:49
gap-31329-14105248-2.log
-rw-r--r-- 1 mabshoff mabshoff    904 2009-02-07 22:50
pari-31329-73925648-2.log
-rw-r--r-- 1 mabshoff mabshoff    603 2009-02-07 22:50
pari-31329-73925168-2.log
-rw-r--r-- 1 mabshoff mabshoff 544131 2009-02-07 22:50
maxima-31329-27545184-2.log
-rw-r--r-- 1 mabshoff mabshoff 371018 2009-02-07 22:50
maxima-31329-15330912-2.log


> I guess this is one way to help open source.  perform a few mechanical
> functions and unavailable hardware.

Well, we can debug things properly and unlike commercial code you can
actually talk to the people who write the code without having to have
the needed juice to get beyond the usual level 1/2/3 support.

Cheers,

Michael
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to