Skip to content

Commit

Permalink
chore: update debug script
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustusWillisWang committed Feb 1, 2021
1 parent 9dd1ecc commit 3802dba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debug/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ NANOS_HOME ?= $(AM_HOME)/../nanos-lite
SINGLETEST = ALL=min3

B ?= 0
E ?= -1
E ?= 0
V ?= OFF
#V ?= OFF
EMU_ARGS = B=$(B) E=$(E) V=$(V)
Expand All @@ -18,7 +18,7 @@ cache:
#2>&1 | tee > loader.log

cpu:
$(MAKE) -C $(AM_HOME)/tests/cputest $(ARCH) ALL=dummy $(EMU_ARGS) run 2>&1 | tee > dummy.log
$(MAKE) -C $(AM_HOME)/tests/cputest $(ARCH) ALL=dummy $(EMU_ARGS) run 2>&1

# ------------------------------------------------------------------
# run different test sets
Expand Down

0 comments on commit 3802dba

Please sign in to comment.