소스 검색

Update test id envvar to proper spelling

Alois Mahdal 6 년 전
부모
커밋
264f5cb7b2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/libexec/jattool-runtest

+ 1
- 1
src/libexec/jattool-runtest 파일 보기

@@ -28,7 +28,7 @@ runtest() {
28 28
     #
29 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 34
 JATS__PATH=${JATS__PATH:-/usr/share/jat/suite}