Skip to content

Commit

Permalink
Update test logic in test 566 (cvmfs#3713)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvolkl authored Dec 2, 2024
1 parent 099e494 commit 19ebfba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/src/566-dirtabrecreatenested/main
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,8 @@ check_catalog_presence_4() {

extract_dirtab_warning() {
local publish_log=$1
cat $publish_log | grep "^WARNING: '" | sed "s/^WARNING: '\([^']\+\)'.*$/\1/"
cat $publish_log | grep "^Swissknife Sync: WARNING: '" | sed "s/^Swissknife Sync: WARNING: '\([^']\+\)'.*$/\1/"

}

cvmfs_run_test() {
Expand Down

0 comments on commit 19ebfba

Please sign in to comment.