From df91a610bddd04b4ad2228b87afbfc8fe8efe3fa Mon Sep 17 00:00:00 2001 From: Syphax bouazzouni Date: Tue, 28 Nov 2023 13:29:32 +0100 Subject: [PATCH] fixing the test runner after the new changes in the ontoportal script --- Gemfile.lock | 2 +- README.md | 5 +---- bin/ontoportal | 48 ++++++++++++++++++++++++++++++++++++++---------- 3 files changed, 40 insertions(+), 15 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1381b423..f3666c3b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -53,7 +53,7 @@ GIT GIT remote: https://github.com/ontoportal-lirmm/ontologies_linked_data.git - revision: a199eff007f5d7f18205d61194f3823445aa6460 + revision: 82fffaaeb52016c1c7b335952c80ce0256d57d33 branch: development specs: ontologies_linked_data (0.0.1) diff --git a/README.md b/README.md index b4caa10a..02b9f076 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,7 @@ Goals: ``` -### Configuration -``` -cp .env.sample .env -``` + ### Run dev ```bash diff --git a/bin/ontoportal b/bin/ontoportal index 87a1a170..f02438eb 100755 --- a/bin/ontoportal +++ b/bin/ontoportal @@ -2,33 +2,40 @@ # Function to display script usage information show_help() { - cat <