Skip to content

Commit ecf130f

Browse files
Move stubber to utils folder for consistency with test generator
1 parent ddb93e8 commit ecf130f

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed
File renamed without changes.

java/ql/src/Stubs/make_stubs.py renamed to java/ql/src/utils/makeStubs.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/python3
2+
13
# Tool to generate Java stubs for qltests
24

35
import sys
@@ -10,7 +12,7 @@
1012

1113

1214
def print_usage(exit_code=1):
13-
print("Usage: python3 make_stubs.py testDir stubDir\n",
15+
print("Usage: makeStubs.py testDir stubDir\n",
1416
"testDir: the directory containing the qltest to be stubbed.\n"
1517
" Should contain an `options0` file pointing to the jars to stub, and an `options1` file pointing to `stubdir`.\n"
1618
" These files should be in the same format as a normal `options` file.\n",

0 commit comments

Comments
 (0)