Skip to content

Commit

Permalink
v2.7.7 (#133)
Browse files Browse the repository at this point in the history
Minor updates
* Adding bf executables to tests PATH
  • Loading branch information
bfren authored Dec 1, 2024
1 parent 9684e86 commit 7774c50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.6
2.7.7
2 changes: 1 addition & 1 deletion overlay/etc/nu/scripts/bf/test.nu
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use write.nu
# Execute tests with debug switch enabled
# Inspired by https://github.com/nushell/nupm/blob/main/nupm/test.nu to work in this ecosystem
export def main [] {
let path = "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
let path = "/usr/bin/bf:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
with-env { BF_DEBUG: 1, PATH: $path } {
discover | execute
}
Expand Down

0 comments on commit 7774c50

Please sign in to comment.