From 3894a6a38cc333b3d52387dc5554b5b9d399b3d8 Mon Sep 17 00:00:00 2001 From: joshemb <josh@elixxir.io> Date: Tue, 14 Feb 2023 13:50:11 -0800 Subject: [PATCH] Modify root level run script --- run.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/run.sh b/run.sh index 9e9aa70..aaa3dee 100755 --- a/run.sh +++ b/run.sh @@ -8,6 +8,11 @@ pushd basice2e ./run.sh popd +# New package +pushd channels +./run.sh +popd + # View result logs # Not using $EDITOR or $VISUAL because many editors that people set those to # don't have as easy support for viewing multiple files -- GitLab