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:
815ab7f
)
テスト想定ファイルが正常に作成されないバグを修正
author
j8takagi
<j8takagi@nifty.com>
Tue, 21 Dec 2010 03:03:03 +0000
(12:03 +0900)
committer
j8takagi
<j8takagi@nifty.com>
Tue, 21 Dec 2010 03:03:03 +0000
(12:03 +0900)
template/Test.mk
patch
|
blob
|
history
diff --git
a/template/Test.mk
b/template/Test.mk
index
023bce0
..
1d4a386
100644
(file)
--- a/
template/Test.mk
+++ b/
template/Test.mk
@@
-31,9
+31,9
@@
checkall: clean $(DETAIL_FILE) $(TIME_FILE)
@$(CAT) $(TIME_FILE) >>$(LOG_FILE)
@$(call disp_test_log,$(LOG_FILE))
-set:
$(TEST0_FILE)
- @-$(call exec_cmd,$
^
,$@,$(ERR_FILE))
- @$(CAT) $
^
+set:
+ @-$(call exec_cmd,$
(TEST0_FILE)
,$@,$(ERR_FILE))
+ @$(CAT) $
(TEST0_FILE)
reset: cleanall set