Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
3e298633
Unverified
Commit
3e298633
authored
Aug 24, 2018
by
teor
Browse files
Test: consistently use $(TEST_NETWORK_ALL_LOG_DIR) in Makefile.am
Part of 27295.
parent
cc4ea34a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
3e298633
...
...
@@ -128,7 +128,7 @@ test-network-all: need-chutney-path test-driver $(TESTING_TOR_BINARY) src/tools/
$(SHELL)
$(top_srcdir)
/test-driver
--test-name
$$
f
--log-file
$(TEST_NETWORK_ALL_LOG_DIR)
/
$$
f.log
--trs-file
$(TEST_NETWORK_ALL_LOG_DIR)
/
$$
f.trs
$(TEST_NETWORK_ALL_DRIVER_FLAGS)
$(top_srcdir)
/src/test/test-network.sh
--flavor
$$
f
$(TEST_NETWORK_FLAGS)
;
\
done
;
\
echo
"Log and result files are available in
$(TEST_NETWORK_ALL_LOG_DIR)
."
;
\
!
grep
-q
FAIL
test_network_log
/
*
.trs
!
grep
-q
FAIL
$(TEST_NETWORK_ALL_LOG_DIR)
/
*
.trs
need-stem-path
:
@
if
test
!
-d
"
$$
STEM_SOURCE_DIR"
;
then
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment