-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace GAP_ROOT_PATHS in tests with 'GAP_ROOT_PATH' does not work with long paths #2981
Comments
I suggest to revert #2898 and make test of |
olexandr-konovalov
pushed a commit
to olexandr-konovalov/gap
that referenced
this issue
Nov 9, 2018
This reverts commit 24a8e36. It also makes the test of LocationFunc not depending on the full path to the directory. Closes gap-system#2981.
olexandr-konovalov
pushed a commit
to olexandr-konovalov/gap
that referenced
this issue
Nov 10, 2018
This reverts commit 24a8e36. It also makes the test of LocationFunc not depending on the full path to the directory. Closes gap-system#2981.
olexandr-konovalov
pushed a commit
to olexandr-konovalov/gap
that referenced
this issue
Nov 11, 2018
This reverts replacing GAP_ROOT_PATHS in tests with 'GAP_ROOT_PATH', made in commit 24a8e36. It happened that such replacement does not work if the path is long enough to be wrapped onto the next line. The test of LocationFunc, added in the same commit, is preserved, but made not depending on the full path to the directory. Closes gap-system#2981.
fingolfin
pushed a commit
that referenced
this issue
Nov 12, 2018
This reverts replacing GAP_ROOT_PATHS in tests with 'GAP_ROOT_PATH', made in commit 24a8e36. It happened that such replacement does not work if the path is long enough to be wrapped onto the next line. The test of LocationFunc, added in the same commit, is preserved, but made not depending on the full path to the directory. Closes #2981.
ssiccha
pushed a commit
to ssiccha/gap
that referenced
this issue
Mar 27, 2019
This reverts replacing GAP_ROOT_PATHS in tests with 'GAP_ROOT_PATH', made in commit 24a8e36. It happened that such replacement does not work if the path is long enough to be wrapped onto the next line. The test of LocationFunc, added in the same commit, is preserved, but made not depending on the full path to the directory. Closes gap-system#2981.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#2898 does not work when the path is too long - that's why it works on my laptop and Travis, but not on the Jenkins machine. It's not Jenkins related at all - if I log into kovacs and go into the build workspace, I see exactly the same in
make testinstall
:I've instrumented
lib/test.gi
to printres
andgaproot
before callingres := ReplacedString(res, gaproot, "GAPROOT/");
and that's what I seeThe text was updated successfully, but these errors were encountered: