-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Caroline Landry
committed
Apr 23, 2018
1 parent
f27219b
commit d020588
Showing
286 changed files
with
62,638 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
1st line | ||
a second line, longer than the first one | ||
3rd line with something else: 2, 4, 8, 16 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
8 | ||
-------- | ||
-------- Hello World ! | ||
-------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
22 | ||
---------------------- | ||
---------------------- Hello World ! | ||
---------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
1 | ||
- | ||
- Hello World ! | ||
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
1 | ||
- | ||
- Hello World ! | ||
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,260 @@ | ||
######## 19:36:14 | ||
[INFO] Error stacktraces are turned on. | ||
[INFO] Scanning for projects... | ||
[INFO] | ||
[INFO] ------------------------------------------------------------------------ | ||
[INFO] Building hello_app 1.2.2 | ||
[INFO] ------------------------------------------------------------------------ | ||
[INFO] | ||
[INFO] --- pitmp-maven-plugin:1.1.5-SNAPSHOT:run (default-cli) @ hello_app --- | ||
[INFO] Found plugin : Default html report plugin | ||
[INFO] Found plugin : Default csv report plugin | ||
[INFO] Found plugin : Default xml report plugin | ||
[INFO] Found plugin : Static initializer code detector plugin | ||
[INFO] Found plugin : Static initializer filter plugin | ||
[INFO] Found plugin : Excluded annotations plugin | ||
[INFO] Found plugin : Inlined finally block filter plugin | ||
[INFO] Found plugin : Try with resources filter | ||
[INFO] Found plugin : Implicit null check filter | ||
[INFO] Found plugin : For each loop filter | ||
[INFO] Found plugin : Logging calls filter | ||
[INFO] Found plugin : Infinite for loop filter | ||
[INFO] Found plugin : Long running iterator loop filter | ||
[INFO] Found plugin : For loop counter filter | ||
[INFO] Found plugin : Kotlin junk mutations filter | ||
[INFO] Found plugin : Max mutations per class limit | ||
[INFO] Found plugin : Equals shortcut equivalent mutant filter | ||
[INFO] Found plugin : Trivial return vals equivalence filter | ||
[INFO] Found plugin : Mutant export plugin | ||
[INFO] Found shared classpath plugin : Default mutation engine | ||
[INFO] Found shared classpath plugin : JUnit plugin | ||
[INFO] Found shared classpath plugin : TestNG plugin | ||
[INFO] Adding org.pitest:pitest to SUT classpath | ||
[INFO] Mutating from /home/cael/stamp/inria_github/pitmp-maven-plugin/test_dir/dhell/target/classes | ||
7:36:17 PM PIT >> INFO : Verbose logging is disabled. If you encounter an problem please enable it before reporting an issue. | ||
7:36:17 PM PIT >> INFO : Sending 6 test classes to minion | ||
7:36:17 PM PIT >> INFO : Sent tests to minion | ||
7:36:17 PM PIT >> INFO : MINION : 7:36:17 PM PIT >> INFO : Checking environment | ||
|
||
7:36:17 PM PIT >> INFO : MINION : 7:36:17 PM PIT >> INFO : Found 11 tests | ||
|
||
7:36:17 PM PIT >> INFO : MINION : 7:36:17 PM PIT >> INFO : Dependency analysis reduced number of potential tests by 0 | ||
|
||
7:36:17 PM PIT >> INFO : MINION : 7:36:17 PM PIT >> INFO : 11 tests received | ||
|
||
7:36:17 PM PIT >> INFO : MINION : Apr 23, 2018 7:36:17 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 1 - MyTracesName = myHelloApp.traces | ||
|
||
7:36:17 PM PIT >> INFO : MINION : Apr 23, 2018 7:36:17 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 8 - MyTracesName = myHelloApp.traces | ||
|
||
7:36:17 PM PIT >> INFO : MINION : Apr 23, 2018 7:36:17 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 8 - MyTracesName = foo2.traces | ||
|
||
7:36:17 PM PIT >> INFO : MINION : Apr 23, 2018 7:36:17 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 1 - MyTracesName = myHelloApp.traces | ||
|
||
7:36:17 PM PIT >> INFO : MINION : Apr 23, 2018 7:36:17 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 8 - MyTracesName = foo3.traces | ||
|
||
7:36:17 PM PIT >> INFO : MINION : Apr 23, 2018 7:36:17 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 22 - MyTracesName = hello_run3.traces | ||
|
||
7:36:17 PM PIT >> INFO : MINION : Apr 23, 2018 7:36:17 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 1 - MyTracesName = foo1.traces | ||
|
||
/-\|/-\|/-\7:36:17 PM PIT >> INFO : Calculated coverage in 0 seconds. | ||
7:36:18 PM PIT >> INFO : Created 3 mutation test units | ||
/stderr : Apr 23, 2018 7:36:19 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 1 - MyTracesName = myHelloApp.traces | ||
Apr 23, 2018 7:36:19 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 22 - MyTracesName = hello_run3.trstderr : aces | ||
Apr 23, 2018 7:36:19 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 8 - MyTracesName = foo3.traces | ||
stderr : Apr 23, 2018 7:36:19 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 1 - MyTracesName = myHelloApp.traces | ||
stderr : Apr 23, 2018 7:36:19 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 22 - MyTracesName = hello_run3.traces | ||
stderr : Apr 23, 2018 7:36:19 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 8 - MyTracesName = foo3.traces | ||
stderr : Apr 23, 2018 7:36:19 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 1 - MyTracesName = myHelloApp.traces | ||
stderr : Apr 23, 2018 7:36:19 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 22 - MyTracesName = hello_run3.traces | ||
stderr : Apr 23, 2018 7:36:19 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 8 - MyTracesName = foo3.traces | ||
stderr : Apr 23, 2018 7:36:19 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 8 - MyTracesName = myHelloApp.traces | ||
stderr : Apr 23, 2018 7:36:19 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 1 - MyTracesName = myHelloApp.traces | ||
stderr : Apr 23, 2018 7:36:19 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 22 - MyTracesName = hello_run3.traces | ||
stderr : Apr 23, 2018 7:36:19 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 8 - MyTracesName = foo3.traces | ||
stderr : Apr 23, 2018 7:36:19 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 1 - MyTracesName = myHelloApp.traces | ||
stderr : Apr 23, 2018 7:36:19 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 22 - MyTracesName = hello_run3.traces | ||
stderr : Apr 23, 2018 7:36:19 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 8 - MyTracesName = foo3.traces | ||
stderr : Apr 23, 2018 7:36:19 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 1 - MyTracesName = myHelloApp.traces | ||
stderr : Apr 23, 2018 7:36:19 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 22 - MyTracesName = hello_run3.traces | ||
stderr : Apr 23, 2018 7:36:19 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 8 - MyTracesName = foo3.traces | ||
stderr : Apr 23, 2018 7:36:19 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 1 - MyTracesName = myHelloApp.traces | ||
stderr : Apr 23, 2018 7:36:19 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 22 - MyTracesName = hello_run3.traces | ||
stderr : Apr 23, 2018 7:36:19 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 8 - MyTracesName = foo3.traces | ||
-stderr : Apr 23, 2018 7:36:20 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 1 - MyTracesName = myHelloApp.traces | ||
Apr 23, 2018 7:36:20 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 22 - MyTracesName = hello_run3.trstderr : aces | ||
Apr 23, 2018 7:36:20 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 8 - MyTracesName = foo3.traces | ||
Apr 23, 2018 7:36:20 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 1 - MyTracesName = myHelloApp.tracstderr : es | ||
Apr 23, 2018 7:36:20 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 22 - MyTracesName = hello_run3.traces | ||
Apr 23, 2018 7:36:20 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 1 - MyTracesName = myHelloAppstderr : .traces | ||
stderr : Apr 23, 2018 7:36:20 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 22 - MyTracesName = hello_run3.traces | ||
stderr : Apr 23, 2018 7:36:20 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 8 - MyTracesName = foo3.traces | ||
stderr : Apr 23, 2018 7:36:20 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 1 - MyTracesName = myHelloApp.traces | ||
stderr : Apr 23, 2018 7:36:20 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 22 - MyTracesName = hello_run3.traces | ||
7:36:23 PM PIT >> WARNING : Minion exited abnormally due to TIMED_OUT | ||
stderr : Apr 23, 2018 7:36:23 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 1 - MyTracesName = myHelloApp.traces | ||
Apr 23, 2018 7:36:23 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 22 - MyTracesName = hello_run3.trstderr : aces | ||
stderr : Apr 23, 2018 7:36:23 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 1 - MyTracesName = myHelloApp.traces | ||
stderr : Apr 23, 2018 7:36:23 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 1 - MyTracesName = myHelloApp.traces | ||
stderr : Apr 23, 2018 7:36:23 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 1 - MyTracesName = myHelloApp.traces | ||
stderr : Apr 23, 2018 7:36:23 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 1 - MyTracesName = myHelloApp.traces | ||
7:36:26 PM PIT >> WARNING : Minion exited abnormally due to TIMED_OUT | ||
stderr : Apr 23, 2018 7:36:27 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 1 - MyTracesName = myHelloApp.traces | ||
Apr 23, 2018 7:36:27 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 1 - MyTracesName = myHelloApp.trastderr : ces | ||
Apr 23, 2018 7:36:27 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 22 - MyTracesName = hello_run3.traces | ||
Apr 23, 2018 7:36:27 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 8 - MyTracesName = foo3.tracstderr : es | ||
Apr 23, 2018 7:36:27 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 1 - MyTracesName = myHelloApp.traces | ||
Apr 23, 2018 7:36:27 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 22 - MyTracesName = hello_run3stderr : .traces | ||
Apr 23, 2018 7:36:27 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 8 - MyTracesName = myHelloApp.traces | ||
stderr : Apr 23, 2018 7:36:27 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 8 - MyTracesName = myHelloApp.traces | ||
stderr : Apr 23, 2018 7:36:27 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 1 - MyTracesName = myHelloApp.traces | ||
stderr : Apr 23, 2018 7:36:27 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 22 - MyTracesName = hello_run3.traces | ||
stderr : Apr 23, 2018 7:36:27 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 8 - MyTracesName = myHelloApp.traces | ||
stderr : Apr 23, 2018 7:36:27 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 1 - MyTracesName = myHelloApp.traces | ||
stderr : Apr 23, 2018 7:36:27 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 1 - MyTracesName = myHelloApp.traces | ||
stderr : Apr 23, 2018 7:36:27 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 8 - MyTracesName = myHelloApp.traces | ||
stderr : Apr 23, 2018 7:36:27 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 1 - MyTracesName = myHelloApp.traces | ||
stderr : Apr 23, 2018 7:36:27 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 22 - MyTracesName = hello_run3.traces | ||
stderr : Apr 23, 2018 7:36:27 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 8 - MyTracesName = foo3.traces | ||
stderr : Apr 23, 2018 7:36:27 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 1 - MyTracesName = foo1.traces | ||
stderr : Apr 23, 2018 7:36:27 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 8 - MyTracesName = myHelloApp.traces | ||
stderr : Apr 23, 2018 7:36:27 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 8 - MyTracesName = foo2.traces | ||
stderr : Apr 23, 2018 7:36:27 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 22 - MyTracesName = hello_run3.traces | ||
stderr : Apr 23, 2018 7:36:27 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 8 - MyTracesName = foo3.traces | ||
stderr : Apr 23, 2018 7:36:27 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 1 - MyTracesName = myHelloApp.traces | ||
stderr : Apr 23, 2018 7:36:27 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 22 - MyTracesName = hello_run3.traces | ||
stderr : Apr 23, 2018 7:36:27 PM eu.stamp_project.examples.dhell.HelloApp <init> | ||
INFO: MyPrintCount = 8 - MyTracesName = foo3.traces | ||
\7:36:27 PM PIT >> INFO : Completed in 10 seconds | ||
================================================================================ | ||
- Timings | ||
================================================================================ | ||
> scan classpath : < 1 second | ||
> coverage and dependency analysis : < 1 second | ||
> build mutation tests : < 1 second | ||
> run mutation analysis : 9 seconds | ||
-------------------------------------------------------------------------------- | ||
> Total : 10 seconds | ||
-------------------------------------------------------------------------------- | ||
================================================================================ | ||
- Statistics | ||
================================================================================ | ||
>> Generated 101 mutations Killed 35 (35%) | ||
>> Ran 92 tests (0.91 tests per mutation) | ||
================================================================================ | ||
- Mutators | ||
================================================================================ | ||
> org.pitest.mutationtest.engine.gregor.mutators.ConditionalsBoundaryMutator | ||
>> Generated 9 Killed 4 (44%) | ||
> KILLED 4 SURVIVED 1 TIMED_OUT 0 NON_VIABLE 0 | ||
> MEMORY_ERROR 0 NOT_STARTED 0 STARTED 0 RUN_ERROR 0 | ||
> NO_COVERAGE 4 | ||
-------------------------------------------------------------------------------- | ||
> org.pitest.mutationtest.engine.gregor.mutators.IncrementsMutator | ||
>> Generated 4 Killed 3 (75%) | ||
> KILLED 2 SURVIVED 0 TIMED_OUT 1 NON_VIABLE 0 | ||
> MEMORY_ERROR 0 NOT_STARTED 0 STARTED 0 RUN_ERROR 0 | ||
> NO_COVERAGE 1 | ||
-------------------------------------------------------------------------------- | ||
> org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator | ||
>> Generated 43 Killed 9 (21%) | ||
> KILLED 9 SURVIVED 7 TIMED_OUT 0 NON_VIABLE 0 | ||
> MEMORY_ERROR 0 NOT_STARTED 0 STARTED 0 RUN_ERROR 0 | ||
> NO_COVERAGE 27 | ||
-------------------------------------------------------------------------------- | ||
> org.pitest.mutationtest.engine.gregor.mutators.ReturnValsMutator | ||
>> Generated 10 Killed 9 (90%) | ||
> KILLED 9 SURVIVED 1 TIMED_OUT 0 NON_VIABLE 0 | ||
> MEMORY_ERROR 0 NOT_STARTED 0 STARTED 0 RUN_ERROR 0 | ||
> NO_COVERAGE 0 | ||
-------------------------------------------------------------------------------- | ||
> org.pitest.mutationtest.engine.gregor.mutators.MathMutator | ||
>> Generated 6 Killed 0 (0%) | ||
> KILLED 0 SURVIVED 0 TIMED_OUT 0 NON_VIABLE 0 | ||
> MEMORY_ERROR 0 NOT_STARTED 0 STARTED 0 RUN_ERROR 0 | ||
> NO_COVERAGE 6 | ||
-------------------------------------------------------------------------------- | ||
> org.pitest.mutationtest.engine.gregor.mutators.NegateConditionalsMutator | ||
>> Generated 29 Killed 10 (34%) | ||
> KILLED 9 SURVIVED 7 TIMED_OUT 1 NON_VIABLE 0 | ||
> MEMORY_ERROR 0 NOT_STARTED 0 STARTED 0 RUN_ERROR 0 | ||
> NO_COVERAGE 12 | ||
-------------------------------------------------------------------------------- | ||
[INFO] ------------------------------------------------------------------------ | ||
[INFO] BUILD SUCCESS | ||
[INFO] ------------------------------------------------------------------------ | ||
[INFO] Total time: 11.575 s | ||
[INFO] Finished at: 2018-04-23T19:36:27+02:00 | ||
[INFO] Final Memory: 14M/249M | ||
[INFO] ------------------------------------------------------------------------ | ||
######## 19:36:27 | ||
######## pom.xml.pitmp.conf1: OK | ||
######################################## |
Oops, something went wrong.