diff --git a/automation/test-linux.sh b/automation/test-linux.sh index 47c65021..b97a7677 100755 --- a/automation/test-linux.sh +++ b/automation/test-linux.sh @@ -65,7 +65,7 @@ sizes=("tiny" "small" "medium" "large") workloads=("desktop" "server" "highperformance") if [[ $TARGET =~ fedora.* ]]; then - workloads=("small" "medium" "large") + sizes=("small" "medium" "large") fi if [[ $TARGET =~ centos6.* ]]; then