mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-10 20:05:55 +02:00
CI: remove obsolete reference to directory dyn-bats (#3600)
This commit is contained in:
parent
8949309223
commit
0a9e6ddd4f
3 changed files with 2 additions and 4 deletions
1
test/.gitignore
vendored
1
test/.gitignore
vendored
|
@ -1,4 +1,3 @@
|
|||
/local/
|
||||
/local-init/
|
||||
/.environment.sh
|
||||
/dyn-bats/*.bats
|
||||
|
|
|
@ -95,7 +95,6 @@ bats-fixture: bats-check-requirements bats-update-tools ## Build fixture for fu
|
|||
bats-clean: ## Remove functional test environment
|
||||
@$(RM) $(TEST_DIR)/local $(WIN_IGNORE_ERR)
|
||||
@$(RM) $(LOCAL_INIT_DIR) $(WIN_IGNORE_ERR)
|
||||
@$(RM) $(TEST_DIR)/dyn-bats/*.bats $(WIN_IGNORE_ERR)
|
||||
@$(RM) test/.environment.sh $(WIN_IGNORE_ERR)
|
||||
@$(RM) test/coverage/* $(WIN_IGNORE_ERR)
|
||||
|
||||
|
|
|
@ -37,10 +37,10 @@ if [[ $# -ge 1 ]]; then
|
|||
--print-output-on-failure \
|
||||
"$@"
|
||||
else
|
||||
echo "test files: $TEST_DIR/bats $TEST_DIR/dyn-bats"
|
||||
echo "test files: $TEST_DIR/bats"
|
||||
"$TEST_DIR/lib/bats-core/bin/bats" \
|
||||
--jobs 1 \
|
||||
--timing \
|
||||
--print-output-on-failure \
|
||||
"$TEST_DIR/bats" "$TEST_DIR/dyn-bats"
|
||||
"$TEST_DIR/bats"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue