Skip to content

Commit

Permalink
Try setting the PATH for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
me-and committed Oct 20, 2023
1 parent 5c3f620 commit d3ca730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskwarrior.cygport
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ src_compile () {
src_test () {
cd "${B}/test"
cygmake
./run_all -v
PATH="${B}/src:$PATH" ./run_all -v
./problems
}

Expand Down

0 comments on commit d3ca730

Please sign in to comment.