ref: 9793bcba6f412d3ea2df80709ed2fd0aad153a62
parent: 0727eb4374635401ffb12ac2175d841ae0a0f64c
author: Antonio Niño Díaz <antonio_nd@outlook.com>
date: Sat Jan 27 10:04:17 EST 2018
Fix local execution of run-tests.sh script Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,4 +10,5 @@
- clang
- gcc
script:
- - ./test/run-tests.sh
+ - cd test
+ - ./run-tests.sh
--- a/test/run-tests.sh
+++ b/test/run-tests.sh
@@ -4,8 +4,6 @@
set -e
-cd test
-
# Tests included with the repository
pushd asm