Skip to content

Commit

Permalink
Undo a change
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed Sep 7, 2024
1 parent fdcce34 commit 373f7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/test/test_verify_bugs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ for bid in $BUGS ; do
vid=${bid}$v
defects4j checkout -p "$PID" -v "$vid" -w "$work_dir" || die "checkout: $PID-$vid"
defects4j compile -w "$work_dir" || die "compile: $PID-$vid"
defects4j test "$TEST_FLAG" -w "$work_dir" || die "run relevant tests: $PID-$vid"
defects4j test $TEST_FLAG -w "$work_dir" || die "run relevant tests: $PID-$vid"

cat "$work_dir/failing_tests" > "$DIR_FAILING/$vid"

Expand Down

0 comments on commit 373f7ca

Please sign in to comment.