Fantom-foundation / Aida

Aida is a block-processing testing infrastructure for EVM-compatible chains.
GNU Lesser General Public License v3.0
6 stars 12 forks source link

Use correct variable. #1205

Closed cabrador closed 1 month ago

cabrador commented 1 month ago

Description

This PR fixes incorrect variable passage. Wrong path was passed, this caused that only path to runnable tests was usable - this is fixed and path to the root of geth-test repo can be now used instead and the app will find the runnable files itself.

Type of change