Ask Your Question
2

make testlong

asked 2015-02-04 23:42:32 +0200

trackstar2000 gravatar image

updated 2015-02-05 00:05:45 +0200

I just ran the test and it shows this:

sage -t --long src/sage/repl/notebook_ipython.py # 9 doctests failed

Any concerns? I ran on non-root account.

Thanks, TT

edit retag flag offensive close merge delete

3 Answers

Sort by ยป oldest newest most voted
1

answered 2015-02-05 09:13:05 +0200

slelievre gravatar image

You should never install or run Sage as root.

You are right that the test should run correctly at any time, whether just after installing or later on.

edit flag offensive delete link more
1

answered 2015-02-05 17:53:26 +0200

trackstar2000 gravatar image

I noticed the home machine I built didn't have any error with OpensSSL install. I found a post online that sort of stated that. So I installed OpenSSL on the work machine and ran "make test" which passed.

edit flag offensive delete link more
1

answered 2015-02-05 00:31:45 +0200

vdelecroix gravatar image

Hello,

This forum is more related to questions about Sage. But anyway that is cool to have feedback!

Could you rerun the test on that particular file... namely do

sage -t --long $SAGE_ROOT/src/sage/repl/notebook_ipython.py

where you have to replace $SAGE_ROOT by the location of your sage installation. Then post the full output to the https://groups.google.com/forum/#!forum/sage-devel.

Vincent

edit flag offensive delete link more

Comments

Does it matter if the test is run on root or non-root? I did a fresh installation with source code. Went into and test a few accounts then ran the test. So basically, the test can be run at anytime correct? Not right after the install?

trackstar2000 gravatar imagetrackstar2000 ( 2015-02-05 00:37:07 +0200 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2015-02-04 23:42:32 +0200

Seen: 222 times

Last updated: Feb 05 '15