Last active
June 19, 2018 14:38
-
-
Save jurgob/ca0028e2082911828730c8ffcc9cc8cb to your computer and use it in GitHub Desktop.
run_npe_performance.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo -iu qatests | |
export PYTHONPATH=~/rtc-performance | |
cd rtc-performance | |
git stash | |
git reset --hard | |
git checkout master | |
git pull | |
pipenv install | |
./run_on_npe.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment