-
Notifications
You must be signed in to change notification settings - Fork 15
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
Showing
3 changed files
with
63 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
Starting tests | ||
Executing test jinja.npf | ||
Executing init scripts... | ||
[30m[0][0m RESULT 1 | ||
PARALLEL = 4 [run 1/3 for test 1/1] | ||
[30m[0][0m RESULT-R 0 | ||
[30m[0][0m RESULT-R 1 | ||
[30m[0][0m RESULT-R 2 | ||
[30m[0][0m RESULT-R 3 | ||
[30m[0][0m | ||
[30m[0][0m echo "RESULT-F 0" | ||
[30m[0][0m | ||
[30m[0][0m echo "RESULT-F 2" | ||
[30m[0][0m | ||
[30m[0][0m echo "RESULT-F 4" | ||
[30m[0][0m | ||
[30m[0][0m echo "RESULT-F 6" | ||
[30m[0][0m | ||
[30mlocal[0m RESULT {{1}} | ||
Result for R is 0 ! | ||
Result for F is 0 ! | ||
PARALLEL = 4 [run 2/3 for test 1/1] | ||
[30m[0][0m RESULT-R 0 | ||
[30m[0][0m RESULT-R 1 | ||
[30m[0][0m RESULT-R 2 | ||
[30m[0][0m RESULT-R 3 | ||
[30m[0][0m | ||
[30m[0][0m echo "RESULT-F 0" | ||
[30m[0][0m | ||
[30m[0][0m echo "RESULT-F 2" | ||
[30m[0][0m | ||
[30m[0][0m echo "RESULT-F 4" | ||
[30m[0][0m | ||
[30m[0][0m echo "RESULT-F 6" | ||
[30m[0][0m | ||
[30mlocal[0m RESULT {{1}} | ||
Result for R is 0 ! | ||
Result for F is 0 ! | ||
PARALLEL = 4 [run 3/3 for test 1/1] | ||
[30m[0][0m RESULT-R 0 | ||
[30m[0][0m RESULT-R 1 | ||
[30m[0][0m RESULT-R 2 | ||
[30m[0][0m RESULT-R 3 | ||
[30m[0][0m | ||
[30m[0][0m echo "RESULT-F 0" | ||
[30m[0][0m | ||
[30m[0][0m echo "RESULT-F 2" | ||
[30m[0][0m | ||
[30m[0][0m echo "RESULT-F 4" | ||
[30m[0][0m | ||
[30m[0][0m echo "RESULT-F 6" | ||
[30m[0][0m | ||
[30mlocal[0m RESULT {{1}} | ||
Result for R is 0 ! | ||
Result for F is 0 ! | ||
F: [6.0, 6.0, 6.0], R: [3.0, 3.0, 3.0] | ||
INFO: The label for a serie is 'Local' which is a default name when no serie is passed. Use a command like npf-run.py 'local:My Label' --test ... to set the label. | ||
INFO: Legend not shown as there is only one serie with a default name (local, version). Set --config graph_legend=1 to force printing a legend. See the documentation at https://npf.readthedocs.io/en/latest/graph.html to see how to change the legend. | ||
Graph of test written to results/local/local/jinja-F.pdf | ||
INFO: The label for a serie is 'Local' which is a default name when no serie is passed. Use a command like npf-run.py 'local:My Label' --test ... to set the label. | ||
INFO: Legend not shown as there is only one serie with a default name (local, version). Set --config graph_legend=1 to force printing a legend. See the documentation at https://npf.readthedocs.io/en/latest/graph.html to see how to change the legend. | ||
Graph of test written to results/local/local/jinja-R.pdf |
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