Skip to content

Commit

Permalink
correct build file changes for Time
Browse files Browse the repository at this point in the history
  • Loading branch information
markro49 committed Oct 16, 2023
1 parent 43790d1 commit 7539f11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions framework/test/test_verify_bugs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@ for bid in $(echo $BUGS); do
vid=${bid}$v
defects4j checkout -p $PID -v "$vid" -w "$work_dir" || die "checkout: $PID-$vid"
case $PID in
Cli)
Cli|Time)
# doesn't always exist
sed_cmd "s/source=\"1\.[1-5]\"/source=\"1.6\"/" $work_dir/maven-build.xml
sed_cmd "s/target=\"1\.[1-5]\"/target=\"1.6\"/" $work_dir/maven-build.xml
# only needed for 22
# only used when no maven-build.xml
sed_cmd "s/source=\"1\.[1-5]\"/source=\"1.6\"/" $work_dir/build.xml
sed_cmd "s/target=\"1\.[1-5]\"/target=\"1.6\"/" $work_dir/build.xml
;;
Expand All @@ -128,7 +128,7 @@ for bid in $(echo $BUGS); do
Codec)
sed_cmd "s/1\.[1-5]/1.6/" $work_dir/default.properties
;;
Compress|Csv|Jsoup|Time)
Compress|Csv|Jsoup)
sed_cmd "s/source=\"1\.[1-5]\"/source=\"1.6\"/" $work_dir/maven-build.xml
sed_cmd "s/target=\"1\.[1-5]\"/target=\"1.6\"/" $work_dir/maven-build.xml
;;
Expand Down

0 comments on commit 7539f11

Please sign in to comment.