Skip to content

Commit

Permalink
Merge pull request #2350 from dmknutsen/Issue_2349
Browse files Browse the repository at this point in the history
Fix #2349, Unrestrict events/disable squelching
  • Loading branch information
dzbaker committed May 26, 2023
2 parents b7be5ff + 98e5169 commit 8d0545c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,10 @@ jobs:
while [[ ! -f cf/cfe_test.log ]]; do
temp=$(grep -c "BEGIN" cf/cfe_test.tmp)
if [ $temp -eq $counter ]; then
echo "Test is frozen. Quitting"
break
fi
counter=$(grep -c "BEGIN" cf/cfe_test.tmp)
echo "Waiting for CFE Tests"
sleep 60
done
../host/cmdUtil --endian=LE --pktid=0x1806 --cmdcode=2 --half=0x0002
working-directory: ./build/exe/cpu1/
Expand Down

0 comments on commit 8d0545c

Please sign in to comment.