commit | e0dd63ec0cfd23c22284f65f7d279f7467b1753d | [log] [tgz] |
---|---|---|
author | Lijing Wang <ooofreedom@gmail.com> | Sun May 31 16:25:16 2015 -0700 |
committer | Yukai Tu <ytu@cs.ucla.edu> | Tue Feb 07 15:47:21 2017 -0800 |
tree | 647109da4fd52edc4f1773482503d36b42e4b020 | |
parent | 47f5c69bcf1560f059e0d9f5856b4d4b7f48b744 [diff] [blame] |
fs-watcher: Switch code to use ndn-cxx Implementation moved to ndn::chronoshare namespace Change-Id: I78a7f08dc2aafe7a2d578f78d99c72db7ea414b6
diff --git a/.jenkins.d/20-tests.sh b/.jenkins.d/20-tests.sh index 6f466ed..db8cf30 100755 --- a/.jenkins.d/20-tests.sh +++ b/.jenkins.d/20-tests.sh
@@ -47,6 +47,9 @@ # Give NFD a few seconds to start sleep 10 +#open the NDN LOG +export NDN_LOG=*=ALL + # First run all tests as unprivileged user ./build/unit-tests $(ut_log_args)