-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fac8582
commit 5cef809
Showing
1 changed file
with
7 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 |