File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -45,4 +45,12 @@ clean:
45
45
rm -rf build dist logdissect.egg-info
46
46
47
47
test :
48
- tests/tests.sh
48
+ @echo Running diff tests for time
49
+ @echo
50
+ sh -c ' time tests/tests.sh'
51
+ @echo
52
+ @echo - There should be no errors.
53
+ @echo - Times should be below 0m0.400s on an i3 for Python 2.
54
+ @echo - Times should be below 0m0.800s on an i3 for Python 3.
55
+ @echo - Diff results should be empty.
56
+ @echo
Original file line number Diff line number Diff line change 25
25
# NOTE: This script runs the dev testing suite located in devtest/
26
26
# Run it after changes to make sure everything still works.
27
27
28
- echo Running diff tests for time
29
- time tests/difftests.sh > tests/files/diffresults.log
28
+ tests/difftests.sh > tests/files/diffresults.log
30
29
31
- echo
32
- echo Diff for diff tests:
33
30
diff tests/files/diffresults.log tests/files/diffexresults
34
-
35
- echo
36
- echo - There should be no errors.
37
- echo - Times should be below 0m0.400s on an i3 for Python 2.
38
- echo - Times should be below 0m0.800s on an i3 for Python 3.
39
- echo - Diff results should be empty.
You can’t perform that action at this time.
0 commit comments