Commit c41b7979 authored by leswing's avatar leswing
Browse files

Jenkins.sh now removes old results before running

parent f9b9fca5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ pip install $TF_BINARY_URL
pip install nose
python setup.py install

rm examples/results.csv || true
cd examples
python benchmark.py -d tox21
cd ..
@@ -23,4 +24,3 @@ nosetests -v devtools/jenkins/compare_results.py --with-xunit || true

source deactivate
conda remove --name $envname --all
 No newline at end of file
rm examples/results.csv