Commit c9cb939a authored by leswing's avatar leswing
Browse files

Jenkins.sh now removes old results before running

parent b554d41b
Loading
Loading
Loading
Loading
+1 −1
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