Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

[BUILD] Introduce "eosio_validate.sh" #5263

Closed
ghost opened this issue Aug 15, 2018 · 3 comments
Closed

[BUILD] Introduce "eosio_validate.sh" #5263

ghost opened this issue Aug 15, 2018 · 3 comments

Comments

@ghost
Copy link

ghost commented Aug 15, 2018

Goals

  • Simplify the build validation
  • Get concise problem-feedback via zero-effort standardized logs

Implementation

Similar to eosio_build.sh and the newly introduced eosio_install.sh, an eosio_validate.sh should be provided.

Functionality

Usage

./eosio_build.sh
sudo ./eosio_install.sh
./eosio_validate.sh
@hernanarber
Copy link

Hi Guys:

I see no eosio_validate Script on the new build:
./eosio_validate.sh: No such file or directory

Is this a New Proposal not yet Implemented?

I'm Using Version 1.2.2 and going through the Build Test HELL that I See It's not exclusive for me.

Am I Missing Something? Is the Validation Script available somewhere?

Thanks :)

@ghost
Copy link
Author

ghost commented Aug 27, 2018

@hernanarber , if an issue is still open, it means usually that the functionality it affects is not yet implemented.

Build Test HELL

You can try the docker based installations. If you go with build, then the usual way to test/validate is:

cd build
make tests
# or to get some feedback on test-failure
ctest --output-on-failure

@ghost
Copy link
Author

ghost commented Nov 22, 2018

timeout

@ghost ghost closed this as completed Nov 22, 2018
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants