Closed jacobkeeler closed 2 years ago
Test HMI PTU when running the backend server from a symlinked directory (ln -s path/to/generic_hmi && cd ./generic_hmi && bash deploy_server.sh)
ln -s path/to/generic_hmi && cd ./generic_hmi && bash deploy_server.sh
Core version / branch / commit hash / module tested against: develop Proxy+Test App name / version / branch / commit hash / module tested against: RPC builder app JS (master)
Changes directory check in backend server from abspath to realpath so that it works with symlinks
abspath
realpath
Testing Plan
Core Tests
Test HMI PTU when running the backend server from a symlinked directory (
ln -s path/to/generic_hmi && cd ./generic_hmi && bash deploy_server.sh
)Core version / branch / commit hash / module tested against: develop Proxy+Test App name / version / branch / commit hash / module tested against: RPC builder app JS (master)
Summary
Changes directory check in backend server from
abspath
torealpath
so that it works with symlinksChangelog
Bug Fixes
CLA