Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tests/run
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ t() {
fi
}

echo 1..3
echo 1..4
t ./systemd-bootchart -o "$d" -n 2 -r
t ./systemd-bootchart -o "$d" -n 10 -r
t ./systemd-bootchart -o "$d" -n 10 -r -p
t ./systemd-bootchart -o "$d" -F -f 10 -n 10 -p -e --per-cpu

if [ $test_failures -ne 0 ]; then
echo "# Failed $test_failures out of $test_runs tests"
Expand Down