Skip to content

Commit

Permalink
fix up tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fearful-symmetry committed Nov 16, 2023
1 parent fac8582 commit 5cef809
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .buildkite/scripts/steps/beats_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ mage -l
mkdir -p build
cd build

git clone [email protected]:elastic/beats.git
git clone --filter=tree:0 [email protected]:elastic/beats.git
cd ..

# export WORKSPACE=beats/x-pack/metricbeat
Expand All @@ -57,17 +57,14 @@ cd ..
# exit $TESTS_EXIT_STATUS

echo "testing metricbeat..."
if ! run_test_for_beat metricbeat; then
exit 1
fi
run_test_for_beat metricbeat



echo "testing filebeat..."
if ! run_test_for_beat filebeat; then
exit 1
fi
run_test_for_beat filebeat



echo "testing auditbeat..."
if ! run_test_for_beat auditbeat; then
exit 1
fi
run_test_for_beat auditbeat

0 comments on commit 5cef809

Please sign in to comment.