Skip to content

Commit

Permalink
Fix minor typo in parse-test-durations.awk example (#2736)
Browse files Browse the repository at this point in the history
  • Loading branch information
ceedubs authored and kailuowang committed Feb 18, 2019
1 parent 2718d5e commit 8c061de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/parse-test-durations.awk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# This is useful for sorting the test output by test duration and seeing which tests are taking the longest.
#
# Example usage:
# sbt buildJVM tee test-output.txt
# sbt buildJVM | tee test-output.txt
# gawk -f scripts/parse-test-durations.awk test-output.txt | sort -k 1 -n
#
# Example output:
Expand Down

0 comments on commit 8c061de

Please sign in to comment.