From 517533da387b31a66e5405dfcbb880f88ccc26c3 Mon Sep 17 00:00:00 2001 From: akashk4 <akashk4@illinois.edu> Date: Tue, 4 Feb 2020 01:48:19 -0600 Subject: [PATCH] Update install.sh --- hpvm/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hpvm/install.sh b/hpvm/install.sh index 776b8aa6d1..692c6195d2 100644 --- a/hpvm/install.sh +++ b/hpvm/install.sh @@ -8,4 +8,4 @@ BASH=/bin/bash $BASH $SCRIPTS_DIR/llvm_installer.sh # Run the tests -$BASH $SCRIPTS_DIR/automate_tests.sh +$BASH $SCRIPTS_DIR/automated_tests.sh -- GitLab