Ver Fonte

minor change in the makefile

Dimitri Korsch há 1 ano atrás
pai
commit
3e99b370a8
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -15,4 +15,4 @@ get_version:
 	@python setup.py --version
 
 run_tests:
-	bash scripts/tests.sh
+	@cd scripts && bash tests.sh