From b3f7030a55769d70074821bbadc24e14a6b379b6 Mon Sep 17 00:00:00 2001 From: Felix Bartels <1257835+fbartels@users.noreply.github.com> Date: Wed, 23 Oct 2019 16:29:13 +0200 Subject: [PATCH] move tests into tests folder (#271) Signed-off-by: Felix Bartels --- .travis.yml | 2 +- test.exp => tests/test.exp | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test.exp => tests/test.exp (100%) diff --git a/.travis.yml b/.travis.yml index 1af7ee3..3617207 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ before_install: install: - "./version.sh" - make lint - - "./test.exp" + - "./tests/test.exp" - "./version.sh" - commander test tests/commander.yaml - make lint # rerun lint to see if output is different with .env in place diff --git a/test.exp b/tests/test.exp similarity index 100% rename from test.exp rename to tests/test.exp