Closed olexandr-konovalov closed 5 years ago
P.S. congratulations with https://github.com/gap-packages/sgpdec/releases/tag/v0.9 !
I made the change in PackageInfo.g
. https://github.com/gap-packages/sgpdec/commit/f80b6373f24b9f7fe57daf9109a67ec5a7abd8c9 Let me know whether this solves the problem or not.
Thanks! We continue to work on the documentation, and soon the package will be ready for the submission.
Nice - see the beautiful test log at https://travis-ci.org/gap-infra/gap-docker-pkg-tests-stable-4.10-devel/jobs/507621275!
The
PackageInfo.g
file still specifies the oldtst/test.g
script:https://github.com/gap-packages/sgpdec/blob/bd09e25b80a71688810b64de37dbe722e2da25c6/PackageInfo.g#L109
which is not compatible with tools that I use to run regression tests for GAP packages (e.g. https://travis-ci.org/gap-infra/gap-docker-pkg-tests-stable-4.10-devel/jobs/507621275 which clones the current SgpDec repository and tests it with GAP stable-4.10 branch and a corresponding selection of GAP packages).
Since now
tst/testall.g
is runnable, I suggest that you replacetst/test.g
bytst/testall.g
inPackageInfo.g
. Pergaps you can even deletetst/test.g
, but that's up to you.