You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix build: use reflection for protected ConfigKey.valueOf() in test
- NASBackupProviderTest.overrideConfigValue() was calling
configKey.valueOf() directly, but valueOf() has protected access.
Use Method.setAccessible(true) to invoke it via reflection instead.
- nasbackup.sh: rewrite mount check as `if mount ...; then` to
prevent set -e from bypassing custom error handling.
0 commit comments