Skip to content

Commit

Permalink
Update modules db before smoketesting
Browse files Browse the repository at this point in the history
  • Loading branch information
Tadeusz Sośnierz committed Oct 3, 2010
1 parent 74d5a11 commit 471b7bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/smoker.pl
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env perl6
use v6;

run 'neutro update';
my @list = qqx[neutro list].split("\n").grep({$_});

for @list -> $module {
Expand Down

0 comments on commit 471b7bd

Please sign in to comment.