We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0395474 commit e516f12Copy full SHA for e516f12
pushToGitHub.pl
@@ -112,6 +112,7 @@ END
112
grep {!m(/c/)} # Excluding the java files in the C folder
113
searchDirectoryTreesForMatchingFiles($home, qw(.java)); # Java files
114
@j = qw(BtreeSF BtreeDM BtreeBam BtreeBan Ban BtreeBap); # This will test all the stuff of current interest
115
+ @j = qw( BtreeBam BtreeBan Ban BtreeBap); # This will test all the stuff of current interest
116
117
my $d = dateTimeStamp;
118
my $c = q(com/AppaApps/Silicon); # Package to classes folder
0 commit comments