Skip to content
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

Prepare run test script for Superbol CI #8

Merged
merged 1 commit into from
Oct 17, 2024

Conversation

Halbaroth
Copy link
Collaborator

This commit prepares the script run_test.sh to be run in the CI of Superbol. Now the script configures a complete PostgreSQL database in _output/pg directory.

To run the script with the legacy preprocessor:

nix develop
LEGACY_PP= ./run_test.sh

With the new preprocessor, you need to specify the location of Superbol:

nix develop
SUPERBOL_DIR=... ./run_test.sh

This commit prepares the script `run_test.sh` to be run in the CI of
Superbol. Now the script configures a complete PostgreSQL database in
`_output/pg` directory.

To run the script with the legacy preprocessor:
```sh
nix develop
LEGACY_PP= ./run_test.sh
```

With the new preprocessor, you need to specify the location of Superbol:
```sh
nix develop
SUPERBOL_DIR=... ./run_test.sh
```
@Halbaroth Halbaroth merged commit 1bc3234 into OCamlPro:main Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant