Browse Source

Update test id envvar to proper spelling

Alois Mahdal 6 years ago
parent
commit
264f5cb7b2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/libexec/jattool-runtest

+ 1
- 1
src/libexec/jattool-runtest View File

28
     #
28
     #
29
     # Wrap in boilerplate and run test code in $1
29
     # Wrap in boilerplate and run test code in $1
30
     #
30
     #
31
-    JAT__TESTID=$TestId jattool qrun "./test"
31
+    JAT__TEST_ID=$TestId jattool qrun "./test"
32
 }
32
 }
33
 
33
 
34
 JATS__PATH=${JATS__PATH:-/usr/share/jat/suite}
34
 JATS__PATH=${JATS__PATH:-/usr/share/jat/suite}