Skip to content

Commit

Permalink
drop the pfn prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Oct 14, 2024
1 parent d773647 commit 18b77b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pr_testing/run-pr-relvals.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pushd $WORKSPACE/runTheMatrix${UC_TEST_FLAVOR}-results
echo "${lfn}" >> lfns.txt
done
CNT=1
for lfn in $(cat lfns.txt | grep /store/ | sort | uniq) ; do
for lfn in $(grep /store/ lfns.txt | sed 's|/user/cmsbuild/store/|/|;s|^.*/store/|/store/|' | sort | uniq) ; do
echo "LFN=${lfn}" > $WORKSPACE/lfn-to-ibeos-${CNT}.prop
let CNT=${CNT}+1
done
Expand Down

0 comments on commit 18b77b1

Please sign in to comment.