catch { vfit }
if { [ catch { vdump $imagedir/${test_image}.png } catch_result ] } {
  puts $catch_result
}
catch { vglinfo }

puts "TEST COMPLETED"
