diff --git a/.vim.local/scripts/vimmake.test b/.vim.local/scripts/vimmake.test index b086c00..d1e5ec6 100755 --- a/.vim.local/scripts/vimmake.test +++ b/.vim.local/scripts/vimmake.test @@ -1,8 +1,8 @@ #!/bin/bash if make -j 8; then if [ -x /usr/bin/optirun ]; then - optirun ./tourista + optirun ./tourista test else - ./tourista + ./tourista test fi fi