diff --git a/test/iscsi_tgt/ext4test/ext4test.sh b/test/iscsi_tgt/ext4test/ext4test.sh index 37f19b073..b022cfb7a 100755 --- a/test/iscsi_tgt/ext4test/ext4test.sh +++ b/test/iscsi_tgt/ext4test/ext4test.sh @@ -84,7 +84,7 @@ for dev in $devs; do mkdir -p /mnt/${dev}dir mount -o sync /dev/$dev /mnt/${dev}dir - rsync -qav --exclude=".git" $rootdir/ /mnt/${dev}dir/spdk + rsync -qav --exclude=".git" --exclude="*.o" $rootdir/ /mnt/${dev}dir/spdk make -C /mnt/${dev}dir/spdk clean (cd /mnt/${dev}dir/spdk && ./configure $config_params)