We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 747341e commit 760f23eCopy full SHA for 760f23e
scripts/run_examples.sh
@@ -64,8 +64,8 @@ run_test_with_retries() {
64
echo "Running $file (attempt $attempt/$RETRY_COUNT)"
65
66
# Run the script and capture both exit status and error output
67
- local current_output=$(python3 "$file" 2>&1)
68
- local exit_code=$?
+ current_output=$(python3 "$file" 2>&1)
+ exit_code=$?
69
70
if [ $exit_code -eq 0 ]; then
71
echo "Success"
0 commit comments