Skip to content

Commit

Permalink
test update
Browse files Browse the repository at this point in the history
  • Loading branch information
milgra committed Feb 17, 2023
1 parent ccd4ef2 commit 9071c41
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tst/test_rep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ else

echo "REPLAYING FINISHED"

# remove empty dirs from both directiories to make diff work

find master_library --empty -type d --delete
find session_library --empty -type d --delete

diff -r $master_library $session_library

error=$?
Expand Down

0 comments on commit 9071c41

Please sign in to comment.