Skip to content

Commit

Permalink
tests: watch absolute paths
Browse files Browse the repository at this point in the history
  • Loading branch information
laniakea64 committed Oct 6, 2024
1 parent 0bc0868 commit 66cf740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ watch *args:
watchexec \
--clear \
--shell=none \
--project-origin .. \
--watch .. \
--project-origin {{quote(clean(source_directory() / '..'))}} \
--watch {{quote(clean(source_directory() / '..'))}} \
{{quote(just_executable())}} "$@"

# run ftdetect tests
Expand Down

0 comments on commit 66cf740

Please sign in to comment.