commit | 619218cd7f3e7c5e433aed4734f3108bc8492b00 | [log] [tgz] |
---|---|---|
author | James E. King, III <jking@apache.org> | Sun Oct 29 06:55:00 2017 -0400 |
committer | James E. King, III <jking@apache.org> | Sun Oct 29 10:15:10 2017 -0400 |
tree | 8052caf6ac269773dcaa0d1ea70e8202c15d288a | |
parent | 533405e3f85f2925aa1028fc3534e988e5debd32 [diff] [blame] |
THRIFT-4343: enable nodejs-8.x on ubuntu-artful image and update grunt-jsdoc also fix a perl failure as we were using a deprecated language feature in the cross test server for perl. Client: nodejs, perl This closes #1406
diff --git a/test/perl/TestServer.pl b/test/perl/TestServer.pl index c97067e..1e23ce8 100644 --- a/test/perl/TestServer.pl +++ b/test/perl/TestServer.pl
@@ -282,7 +282,7 @@ print(", "); } print("$key"); - push($result, $key); + push(@arr, $key); } print("})\n"); return $result;