Sfoglia il codice sorgente

Update test id envvar to proper spelling

Alois Mahdal 6 anni fa
parent
commit
264f5cb7b2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/libexec/jattool-runtest

+ 1
- 1
src/libexec/jattool-runtest Vedi 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}