Skip to content

Commit

Permalink
Eliminate scons testing from cmdline.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwifb committed Aug 25, 2015
1 parent 779e5a8 commit 2ccc4fe
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/sage/tests/cmdline.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
--root
--rst2txt
--rst2sws
--scons
--sh
--singular
--sqlite3
Expand Down Expand Up @@ -574,14 +573,6 @@ def test_executable(args, input="", timeout=100.0, **kwds):
sage: ret
0
sage: (out, err, ret) = test_executable(["sage", "--scons", "--version"])
sage: out.find("SCons") >= 0
True
sage: err
''
sage: ret
0
sage: (out, err, ret) = test_executable(["sage", "--sqlite3", "--version"])
sage: out.startswith("3.")
True
Expand Down

0 comments on commit 2ccc4fe

Please sign in to comment.