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
 #     included within the log, see BEHAVIOR EVIDENCE ID section for more
18
 #     included within the log, see BEHAVIOR EVIDENCE ID section for more
19
 #     details.
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
 #     uniquely identify a particular test case, with granularity up to
22
 #     uniquely identify a particular test case, with granularity up to
23
 #     single assert.  CASEID set here is joined with any CASEIDs set
23
 #     single assert.  CASEID set here is joined with any CASEIDs set
24
 #     by active phase.
24
 #     by active phase.
76
 #
76
 #
77
 # Test name
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
 # Test version
82
 # Test version
612
             echo "format: $__JAT__LOG_FMT"
612
             echo "format: $__JAT__LOG_FMT"
613
             echo "jat_version: $__JAT__SELF_VERSION"
613
             echo "jat_version: $__JAT__SELF_VERSION"
614
             echo "test:"
614
             echo "test:"
615
-            echo "    id: $JAT__TESTID"
615
+            echo "    id: $JAT__TEST_ID"
616
             echo "    version: $JAT__TEST_VERSION"
616
             echo "    version: $JAT__TEST_VERSION"
617
             echo "start: $(__jat__newstamp)"
617
             echo "start: $(__jat__newstamp)"
618
             echo "events:"
618
             echo "events:"
837
     local beids=()
837
     local beids=()
838
     local pairs=()
838
     local pairs=()
839
     local real_beids=()
839
     local real_beids=()
840
-    local caseid="$JAT__TESTID"
840
+    local caseid="$JAT__TEST_ID"
841
     local pcaseid
841
     local pcaseid
842
     local reading=beids
842
     local reading=beids
843
     local pair
843
     local pair