[Git][cmucl/cmucl][issue-349-load-segment-with-rwx-permissions] Specify the correct path to the executable

Raymond Toy pushed to branch issue-349-load-segment-with-rwx-permissions at cmucl / cmucl Commits: b7a3aa46 by Raymond Toy at 2025-05-05T09:18:31-07:00 Specify the correct path to the executable Need to prefix the executable path with "./" so `run-unit-tests.sh` can find it. - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -78,7 +78,7 @@ variables: - ./saved-lisp-executable --version # Run the unit tests with the executable, just to make sure the # executable works as expected. - - bin/run-unit-tests.sh -l saved-lisp-executable + - bin/run-unit-tests.sh -l ./saved-lisp-executable # Default configuration for running the benchmarks. .benchmark_template: &benchmark_configuration View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/b7a3aa4610be7744ec39d25d... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/b7a3aa4610be7744ec39d25d... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)