diff --git a/run_tests.sh b/run_tests.sh index 6c22c35..3df3d1e 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -9,10 +9,11 @@ while read -r instance opt; do if [ "$result" -eq "$opt" ]; then SUCC+=("$instance: $opt") + echo "$instance passed" else FAILED+=("$instance: $result/$opt") + echo "$instance failed: $result/$opt" fi - echo "$instance $result/$opt" done < tests.txt echo