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 824bd0c commit e7ea45fCopy full SHA for e7ea45f
tests/valgrind-check/valgrind.sh
@@ -98,6 +98,10 @@ echo "Running cf-check diagnose --validate on all databases:"
98
valgrind $VG_OPTS /var/cfengine/bin/cf-check diagnose --validate 2>&1 | tee cf_check_validate_all_1.txt
99
check_valgrind_output cf_check_validate_all_1.txt
100
101
+echo "Running cf-check diagnose --validate on non-existent file:"
102
+valgrind $VG_OPTS /var/cfengine/bin/cf-check diagnose --validate no-such-file.lmdb 2>&1 | tee cf_check_validate_non_existent.txt
103
+check_valgrind_output cf_check_validate_non_existent.txt
104
+
105
check_masterfiles_and_inputs
106
107
print_ps
0 commit comments