Skip to content

Commit

Permalink
run_tests: don't set L4V_ARCH_IS_ARM for other archs
Browse files Browse the repository at this point in the history
Leftover bug from 445b003.
  • Loading branch information
JaphethLim committed Jun 25, 2019
1 parent b3c4a56 commit 1a3de82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions run_tests
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ for arch in archs:
if arch == "ARM":
os.environ["L4V_ARCH_IS_ARM"] = arch
print "Testing Orphanage for ARM"
elif "L4V_ARCH_IS_ARM" in os.environ:
del os.environ["L4V_ARCH_IS_ARM"]

# Arguments:
args = ['./misc/regression/run_tests.py'] # Script name
Expand Down

0 comments on commit 1a3de82

Please sign in to comment.