We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 378c477 commit c305c75Copy full SHA for c305c75
1 file changed
tests/main/security-logging/task.yaml
@@ -74,7 +74,8 @@ execute: |
74
75
76
# SPREAD_STORE_USER and SPREAD_STORE_PASSWORD are only available when running off master
77
- if [ -n "$SPREAD_STORE_USER" ] && [ -n "$SPREAD_STORE_PASSWORD" ]; then
+ # core does not have expect, so skip core systems
78
+ if [ -n "$SPREAD_STORE_USER" ] && [ -n "$SPREAD_STORE_PASSWORD" ] && os-query is-classic; then
79
echo "Checking that a successful login produces an audit event"
80
expect -d -f "$TESTSLIB"/successful_login.exp
81
0 commit comments