We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a88e35e commit cf49795Copy full SHA for cf49795
1 file changed
fio/fio_run
@@ -95,12 +95,6 @@ else
95
fi
96
97
98
-ubuntu=0
99
-uname -a | grep -q -E 'Ubuntu|tegra'
100
-if [[ $? -eq 0 ]]; then
101
- ubuntu=1
102
-fi
103
-
104
run_results="Ran"
105
iodepth_list=""
106
max_disks=""
@@ -923,12 +917,7 @@ NO_ARGUMENTS=(
923
917
#
924
918
# Make sure latest is installed.
925
919
926
-if [ $ubuntu -eq 0 ]; then
927
- yum -y install fio
928
-else
929
- apt install -y fio
930
931
920
+test_tools/package_tool --packages fio --no_install $to_no_install
932
921
# read arguments
933
922
opts=$(getopt \
934
--longoptions "$(printf "%s:," "${ARGUMENT_LIST[@]}")" \
0 commit comments