From 450d75ce78a0f7a92e4f277d7c00bca11fb6bb57 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Wed, 19 Dec 2018 10:34:21 -0500 Subject: [PATCH] Modify the test run line in tests.yml 'run: run_tests.sh' -> run: ./run_tests.sh' --- tests/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests.yml b/tests/tests.yml index b0c2d13..171d4d0 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -12,4 +12,4 @@ tests: - simple: dir: scripts/ - run: run_tests.sh + run: ./run_tests.sh