← Back to team overview

zorba-coders team mailing list archive

Re: [Merge] lp:~zorba-coders/zorba/fix-shebang-test into lp:zorba

 

The issue was that previously, shebang.xq was created with an absolute path to the Zorba interpreter. However, on the RQ, the branch name is used as part of the directory path, and this led to some very long absolute paths. Apparently there is a limit of 64 characters for the shebang line on the RQ machine. The merge which added this test had a short name so it worked; later merges were not so lucky.

Now I just use a relative path for the shebang file, and set WORKING_DIRECTORY for the test so it will be in the right place.
-- 
https://code.launchpad.net/~zorba-coders/zorba/fix-shebang-test/+merge/161785
Your team Zorba Coders is subscribed to branch lp:zorba.


References