Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Set PYTHONPATH=. during "just test"
Browse files Browse the repository at this point in the history
This is required in order to find the sawtooth_validator python package
while running the tests.

Signed-off-by: Shawn T. Amundson <[email protected]>
  • Loading branch information
vaporos committed Oct 11, 2023
1 parent 9ccb01f commit c1fe65e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ test:
echo "\033[1m$cmd\033[0m"
$cmd
cmd="cd $crate && cargo test $feature"
export PYTHONPATH=.
echo "\033[1m$cmd\033[0m"
(eval $cmd)
done
Expand Down

0 comments on commit c1fe65e

Please sign in to comment.