Skip to content
Snippets Groups Projects
Commit dcab690b authored by Akash Kothari's avatar Akash Kothari :speech_balloon:
Browse files

Fix errors in automate_tests.sh

parent dad5568e
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,9 @@
CURRENT_DIR=`pwd`
BUILD_DIR=$CURRENT_DIR/build
HPVM_RT=hpvm-rt/hpvmrt.bc
HPVM_RT=hpvm-rt/hpvm-rt.bc
if [ -x $BUILD_DIR/tools/hpvm/projects/$HPVM_RT ]; then
if [ -f $BUILD_DIR/tools/hpvm/projects/$HPVM_RT ]; then
true
else
echo HPVM not installed! Exiting without running tests!.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment