Skip to content

Commit 29db6ec

Browse files
committed
fixed bug with python_path in generate_test_samples.sh
1 parent 170d3f1 commit 29db6ec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

utbot-python/samples/generate_test_samples.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Usage:
22
# ./generate_test_samples.sh <absolute_python_path>
33

4-
python_path=$0
4+
python_path=$1
5+
echo $python_path
56

67
java -jar utbot-cli.jar generate_python samples/arithmetic.py -p $python_path -o cli_utbot_tests/generated_tests__arithmetic.py -s samples/ --timeout-for-run 500 --visit-only-specified-source --timeout 10000 --do-not-check-requirements
78
java -jar utbot-cli.jar generate_python samples/deep_equals.py -p $python_path -o cli_utbot_tests/generated_tests__deep_equals.py -s samples/ --timeout-for-run 500 --visit-only-specified-source --timeout 10000 --do-not-check-requirements

0 commit comments

Comments
 (0)