Skip to content

Commit d8ca5a6

Browse files
committed
update script docs
1 parent 2c601a3 commit d8ca5a6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

utbot-python/samples/generate_test_samples.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Usage:
2-
# ./generate_test_samples.sh <absolute_python_path>
2+
# ./generate_test_samples.sh <absolute_python_path> <java_path>
33

44
python_path=$1
55
java_path=$2

utbot-python/samples/run_test_samples.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Usage:
2-
# ./generate_test_samples.sh <absolute_python_path>
2+
# ./run_test_samples.sh <absolute_python_path> <java_path>
33

44
python_path=$1
55
java_path=$2

0 commit comments

Comments
 (0)