Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias committed Jul 13, 2024
1 parent b8745ed commit 28109ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions file-tree-merge/tests/scripts/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ find tests -type f -name "*.sh" | while read -r file; do

parent_dir=$(dirname "$file")
# Change to the parent directory
echo "parent dir $parent_dir"
cd "$parent_dir" || exit

first_parent=$(basename "$parent_dir")
Expand Down
4 changes: 4 additions & 0 deletions file-tree-merge/tests/scripts/tests/delete.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ export setup_num_initial_files=0

BIN="$(dirname $0)/../../../../target/release/syncoxiders"

pwd
file ../common.sh
file ../setup.sh

source ../common.sh
source ../setup.sh

Expand Down

0 comments on commit 28109ab

Please sign in to comment.