Skip to content

Commit

Permalink
travis: use SEMIGROUPS.Test in coverage tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfwilson committed Nov 17, 2017
1 parent 6b4363c commit 95592ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/travis-coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
threshold = int(sys.argv[2])

_DIR = tempfile.mkdtemp()
_COMMANDS = 'echo "Test(\\"' + f + '\\");;\n'
_COMMANDS = 'echo "LoadPackage(\\"semigroups\\", false);;\n'
_COMMANDS += 'SEMIGROUPS.Test(\\"' + f + '\\");;\n'
_COMMANDS += '''UncoverageLineByLine();;
LoadPackage(\\"profiling\\", false);;
filesdir := \\"''' + os.getcwd() + '''/gap/\\";;\n'''
Expand Down

0 comments on commit 95592ce

Please sign in to comment.