From fa53c87a963ce2d498092c3a3a6d3be070c62d6a Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Wed, 27 Feb 2019 12:05:55 +0000 Subject: [PATCH] updated all.sh --- all.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/all.sh b/all.sh index 9f68b278..9425a9e3 100755 --- a/all.sh +++ b/all.sh @@ -43,6 +43,8 @@ bash_tools_start_time="$(start_timer)" # don't run this here, it needs to be called explicitly otherwise will fail 'make test deep-clean' #"$srcdir/check_docker_clean.sh" +"$srcdir/check_duplicate_requirements.sh" + "$srcdir/check_non_executable_scripts.sh" "$srcdir/check_tests_run_qualified.sh"