projects
/
autotest_mk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
106990b
)
reset時の動作不正を修正
author
j8takagi
<j8takagi@nifty.com>
Tue, 21 Dec 2010 03:29:36 +0000
(12:29 +0900)
committer
j8takagi
<j8takagi@nifty.com>
Tue, 21 Dec 2010 03:29:36 +0000
(12:29 +0900)
template/Test.mk
patch
|
blob
|
history
diff --git
a/template/Test.mk
b/template/Test.mk
index
1d4a386
..
8da44c1
100644
(file)
--- a/
template/Test.mk
+++ b/
template/Test.mk
@@
-32,7
+32,7
@@
checkall: clean $(DETAIL_FILE) $(TIME_FILE)
@$(call disp_test_log,$(LOG_FILE))
set:
- @-$(call exec_cmd,$(
TEST0_FILE),$@
,$(ERR_FILE))
+ @-$(call exec_cmd,$(
CMD_FILE),$(TEST0_FILE)
,$(ERR_FILE))
@$(CAT) $(TEST0_FILE)
reset: cleanall set