upgrade tests
This commit is contained in:
parent
fb6a78d39d
commit
d41dc5adb6
13 changed files with 105 additions and 9 deletions
2
t/supporting_collateral/upgrades/die.pl
Normal file
2
t/supporting_collateral/upgrades/die.pl
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
die "Upgrade failure\n";
|
||||
|
||||
4
t/supporting_collateral/upgrades/output.pl
Normal file
4
t/supporting_collateral/upgrades/output.pl
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
report 'Simple Output';
|
||||
|
||||
done;
|
||||
|
||||
2
t/supporting_collateral/upgrades/strict-failure.pl
Normal file
2
t/supporting_collateral/upgrades/strict-failure.pl
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
$variable = "value";
|
||||
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
report "Simple Upgrade Step";
|
||||
done;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue