Changes between Initial Version and Version 1 of Ticket #10030
- Timestamp:
- 09/29/10 12:56:32 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10030 – Description
initial v1 1 This ticket aims to provide a way to test interrupts and the {{{_sig_on}}}/{{{_sig_off}}} mechanism. 2 3 This needs a patched $SAGE_ROOT/local/bin/sage-doctest and a new $SAGE_ROOT/local/bin/python-doctest: 4 {{{ 5 sage -sh -c 'wget -O $SAGE_ROOT/local/bin/sage-doctest http://trac.sagemath.org/sage_trac/raw-attachment/ticket/10030/sage-doctest && wget -O- http://trac.sagemath.org/sage_trac/raw-attachment/ticket/10030/python-doctest.c | gcc -O2 -pipe -x c - -o $SAGE_ROOT/local/bin/python-doctest' 6 }}} 7 8 Dependencies: #10018, #10031