Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
fix unit test for #163
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Aug 20, 2018
1 parent f49648a commit 52a689b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _unittests/ut_jenkinshelper/test_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ def zz_st_jconvert_sequence_into_batch_file(self, platform):
export PATH=ROOT/pyquickhelper/$NAME_JENKINS/_venv/bin:$PATH
$PYINT -u setup.py bdist_wheel
if [ $? -ne 0 ]; then exit $?; fi
copy dist/*.whl ROOT/pyquickhelper/../local_pypi/local_pypi_server
cp dist/*.whl ROOT/pyquickhelper/../local_pypi/local_pypi_server
if [ $? -ne 0 ]; then exit $?; fi
echo DOCUMENTATION
Expand Down

0 comments on commit 52a689b

Please sign in to comment.