You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand we can get the buggy and fixed commit by using '-b' and '-f' options but I am looking for pre buggy commit so that I know if the test case was added newly or it was modified before it failed
defects4j checkout -p Lang -v 1b -w /tmp/lang_1_buggy
defects4j checkout -p Lang -v 1f -w /tmp/lang_1_fixed
Is there an option to get the original commit prior to buggy commit ??
The text was updated successfully, but these errors were encountered:
I understand we can get the buggy and fixed commit by using '-b' and '-f' options but I am looking for pre buggy commit so that I know if the test case was added newly or it was modified before it failed
defects4j checkout -p Lang -v 1b -w /tmp/lang_1_buggy
defects4j checkout -p Lang -v 1f -w /tmp/lang_1_fixed
Is there an option to get the original commit prior to buggy commit ??
The text was updated successfully, but these errors were encountered: