The version of Apache log4j used by SoundHelix.

[[ 🗃 ^aEp6o apache-log4j ]] :: [📥 Inbox] [📤 Outbox] [🐤 Followers] [🤝 Collaborators] [🛠 Commits]

Clone

HTTPS: git clone https://vervis.peers.community/repos/aEp6o

SSH: git clone USERNAME@vervis.peers.community:aEp6o

Branches

Tags

v_1_1 :: src / java / org / apache / log4j / test /

runAll


#!/bin/sh

. .functions

./minreg simple || die "minreg simple FAILED.";
./minreg ttcc || die "minreg ttcc FAILED.";
./shallow || die "shallow test FAILED."
./shippedCodeFlag || die "shippedCodeFlag test FAILED."
./defaultInit || die "defaultInit test FAILED."
./propConfig || die "propConfig test FAILED."
./getOptions || die "getOptions test FAILED."
./multipleAppenders || die "multipleAppenders test FAILED."
./confParsing || die "confParsing test FAILED."
./pattern || die "pattern test FAILED."
./mycat || die "mycat test FAILED."
./l7d || die "L7D test FAILED."

./unitTest || die "unit test FAILED."

[See repo JSON]