Skip to content

Commit

Permalink
fix issue #23
Browse files Browse the repository at this point in the history
  • Loading branch information
texadactyl committed Jul 15, 2024
1 parent 68b7533 commit 0db225d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,12 @@ jobs:
run: |
java --version
javac --version
./src/jacotest -c -x -t 60 -j openjdk
./src/jacotest -c -x -M -t 60 -j openjdk
ls -l ./reports
- name: Run options
run: |
./src/jacotest -r 1 -j openjdk
./src/jacotest -r 2 -j openjdk
./src/jacotest -z -v -j openjdk
./src/jacotest -M -j openjdk
1 change: 1 addition & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This file is a version history of jacotest amendments. Entries appear in versio
| :------------: | :---: | :--- |
|<img width=90/>|<img width=60/>|<img width=600/>|
| 2024-07-15 | 3.4.0 | New feature: delete the most recent pass/fail record for each case using option -z. |
| | | Fix issue #23. |
| 2024-07-10 | 3.3.6 | Fixed stringer-1 whitespace issue. |
| 2024-07-05 | 3.3.5 | Removed utilities directory as they are no longer in use. |
| | | Ditto for directories py and misc.java. |
Expand Down
1 change: 0 additions & 1 deletion src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ func main() {
LogError(fmt.Sprintf("Unrecognizable JVM name: %s", jvmName))
showHelp()
}
flagExecute = true

case "-t": // Deadline in seconds requested
ii += 1
Expand Down

0 comments on commit 0db225d

Please sign in to comment.