We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 170d3f1 commit 29db6ecCopy full SHA for 29db6ec
1 file changed
utbot-python/samples/generate_test_samples.sh
@@ -1,7 +1,8 @@
1
# Usage:
2
# ./generate_test_samples.sh <absolute_python_path>
3
4
-python_path=$0
+python_path=$1
5
+echo $python_path
6
7
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
8
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