File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- recursive-include bin *
2
1
recursive-include docs *
3
- recursive-include scripts *
2
+ recursive-include tests *.py *.sh *.expected
4
3
recursive-include virtualenv_support *.whl
5
4
recursive-include virtualenv_embedded *
6
5
recursive-exclude docs/_templates *
7
6
recursive-exclude docs/_build *
8
7
include virtualenv_support/__init__.py
8
+ include bin/*
9
+ include scripts/*
9
10
include *.py
10
11
include AUTHORS.txt
11
12
include LICENSE.txt
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ rm -rf ${TESTENV}
10
10
11
11
echo " $0 : Creating virtualenv ${TESTENV} ..." 1>&2
12
12
13
- ${VIRTUALENV} ${TESTENV} | tee ${ROOT} /tests/test_activate_actual.output
14
- if ! diff ${ROOT} /tests/test_activate_expected.output ${ROOT} /tests/test_activate_actual.output ; then
13
+ ${VIRTUALENV} ${TESTENV} | tee ${ROOT} /tests/test_activate_output.actual
14
+ if ! diff ${ROOT} /tests/test_activate_output.expected ${ROOT} /tests/test_activate_output.actual ; then
15
15
echo " $0 : Failed to get expected output from ${VIRTUALENV} !" 1>&2
16
16
exit 1
17
17
fi
File renamed without changes.
You can’t perform that action at this time.
0 commit comments