Skip to content

Commit

Permalink
syntax fix for slices
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie1977 authored Aug 23, 2024
1 parent 48955a5 commit 1917705
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions process.sh
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,9 @@ for i in *.owl; do
[ -f "$i" ] || break
echo "Processing: $i"
mod=$i"_module.owl"
${WORKSPACE}/robot extract -i $i -T ${VFB_FINAL}/seed.txt --method BOT -o $mod &
cp $mod $VFB_FINAL
cp $mod $VFB_DEBUG_DIR
${WORKSPACE}/robot extract -i $i -T ${VFB_FINAL}/seed.txt --method BOT -o $mod && cp $mod $VFB_FINAL && cp $mod $VFB_DEBUG_DIR && echo "Finished: $i" &
done

wait

echo "VFBTIME:"
Expand Down

0 comments on commit 1917705

Please sign in to comment.