Skip to content

Commit

Permalink
debugging testing - I will remove this commit later
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed May 16, 2024
1 parent 284d507 commit 7065077
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/min-cpu-time.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

set -e
( cd .. ; cargo build )

echo "testing ps"
../target/debug/sonar ps

echo "testing ps --min-cpu-time 120"
../target/debug/sonar ps --min-cpu-time 120

echo "now the full test"
numbad=$(../target/debug/sonar ps --min-cpu-time 120 | \
awk '
{
Expand Down

0 comments on commit 7065077

Please sign in to comment.