Skip to content

Commit

Permalink
reporting: fix heading of the resulting aggregate CSV
Browse files Browse the repository at this point in the history
  • Loading branch information
ulysses4ever committed Sep 9, 2023
1 parent 9037395 commit ae53bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/aggregate.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash

ADD_HEAD='1i Module,MethodsGood,Stable,Unstable,NoFuel,DBStableDiff,DBUnstableDiff,DBNoFuelDiff'
ADD_HEAD='1i Module,MethodsGood,Stable,Unstable,NoFuel,DBStable,DBUnstable,DBNoFuel'

find . -maxdepth 2 -name "*-agg.txt" -exec cat {} + | sort | sed "$ADD_HEAD" > aggregate.csv

0 comments on commit ae53bd0

Please sign in to comment.