Browse Source

Use more proper spelling for JAT__TEST_ID

Alois Mahdal 6 years ago
parent
commit
cc34d24787
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      src/jat.sh.skel

+ 4
- 4
src/jat.sh.skel View File

@@ -18,7 +18,7 @@ shellfu import termcolors
18 18
 #     included within the log, see BEHAVIOR EVIDENCE ID section for more
19 19
 #     details.
20 20
 #
21
-#  *  `-c CASEID`   Case ID; together with $JAT__TESTID can be used to
21
+#  *  `-c CASEID`   Case ID; together with $JAT__TEST_ID can be used to
22 22
 #     uniquely identify a particular test case, with granularity up to
23 23
 #     single assert.  CASEID set here is joined with any CASEIDs set
24 24
 #     by active phase.
@@ -76,7 +76,7 @@ JAT__BEID_NS=${JAT__BEID_NS:-_jat_anon_beid_ns_}
76 76
 #
77 77
 # Test name
78 78
 #
79
-JAT__TESTID=${JAT__TESTID:-_jat_anon_test_}
79
+JAT__TEST_ID=${JAT__TEST_ID:-_jat_anon_test_}
80 80
 
81 81
 #
82 82
 # Test version
@@ -612,7 +612,7 @@ jat__sinit() {
612 612
             echo "format: $__JAT__LOG_FMT"
613 613
             echo "jat_version: $__JAT__SELF_VERSION"
614 614
             echo "test:"
615
-            echo "    id: $JAT__TESTID"
615
+            echo "    id: $JAT__TEST_ID"
616 616
             echo "    version: $JAT__TEST_VERSION"
617 617
             echo "start: $(__jat__newstamp)"
618 618
             echo "events:"
@@ -837,7 +837,7 @@ __jat__log_event() {
837 837
     local beids=()
838 838
     local pairs=()
839 839
     local real_beids=()
840
-    local caseid="$JAT__TESTID"
840
+    local caseid="$JAT__TEST_ID"
841 841
     local pcaseid
842 842
     local reading=beids
843 843
     local pair