1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129
|
From: =?utf-8?q?Christian_G=C3=B6ttsche?= <cgzones@googlemail.com>
Date: Fri, 4 Dec 2020 19:19:32 +0100
Subject: Remove testsuite result files
They would, if existent, cause the testsuite to fail.
---
checkmk/test/check_checkmk.log | 101 -----------------------------------------
checkmk/test/check_checkmk.trs | 4 --
2 files changed, 105 deletions(-)
delete mode 100644 checkmk/test/check_checkmk.log
delete mode 100644 checkmk/test/check_checkmk.trs
diff --git a/checkmk/test/check_checkmk.log b/checkmk/test/check_checkmk.log
deleted file mode 100644
index a8fb0e2..0000000
--- a/checkmk/test/check_checkmk.log
+++ /dev/null
@@ -1,101 +0,0 @@
-These are the tests for the checkmk program.
-
-====================
- Test Run Start
-====================
-
-Running test empty_input...
-Test empty_input passed.
-
-Running test pass_thru...
-Test pass_thru passed.
-
-Running test single_test_line...
-Test single_test_line passed.
-
-Running test basic_complete...
-Test basic_complete passed.
-
-Running test multiple_everything...
-Test multiple_everything passed.
-
-Running test between_the_lines...
-Test between_the_lines passed.
-
-Running test repeated_suites...
-Test repeated_suites passed.
-
-Running test repeated_tcases...
-Test repeated_tcases passed.
-
-Running test repeated_tests...
-Test repeated_tests passed.
-
-Running test not_really_repeated...
-Test not_really_repeated passed.
-
-Running test tcase_implied_repeat...
-Test tcase_implied_repeat passed.
-
-Running test case_insensitive_pp...
-Test case_insensitive_pp passed.
-
-Running test trailing_ws...
-Test trailing_ws passed.
-
-Running test non_word_chars...
-Test non_word_chars passed.
-
-Running test test_chars...
-Test test_chars passed.
-
-Running test num_start_test_name...
-Test num_start_test_name passed.
-
-Running test no_args...
-Test no_args passed.
-
-Running test clean_mode...
-Test clean_mode passed.
-
-Running test declarations...
-Test declarations passed.
-
-Running test test_after_main_pre...
-Test test_after_main_pre passed.
-
-Running test main_pre_multiple...
-Test main_pre_multiple passed.
-
-Running test main_post...
-Test main_post passed.
-
-Running test main_pre_after_post...
-Test main_pre_after_post passed.
-
-Running test test_after_main_post...
-Test test_after_main_post passed.
-
-Running test main_post_multiple...
-Test main_post_multiple passed.
-
-Running test ucn...
-Test ucn passed.
-
-Running test invalid_ucn...
-Test invalid_ucn passed.
-
-Running test argument_ws...
-Test argument_ws passed.
-
-Running test repeated_argument_tests...
-Test repeated_argument_tests passed.
-
-====================
- Test Run Complete
-====================
-Total: 29
-Passed: 29
-Failed: 0
-
-PASS test/check_checkmk (exit status: 0)
diff --git a/checkmk/test/check_checkmk.trs b/checkmk/test/check_checkmk.trs
deleted file mode 100644
index 3f0f396..0000000
--- a/checkmk/test/check_checkmk.trs
+++ /dev/null
@@ -1,4 +0,0 @@
-:test-result: PASS
-:global-test-result: PASS
-:recheck: no
-:copy-in-global-log: no
|