瀏覽代碼

Update test id envvar to proper spelling

Alois Mahdal 7 年之前
父節點
當前提交
264f5cb7b2
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/libexec/jattool-runtest

+ 1
- 1
src/libexec/jattool-runtest 查看文件

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}