From 2c33d6ea2a586ec21e7391f5d38436e1418cbb6c Mon Sep 17 00:00:00 2001 From: Ben Greear Date: Thu, 30 Apr 2020 20:51:30 -0700 Subject: [PATCH] Add git-log info to run-basic test script. --- testbeds/ben-home/run_basic.bash | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/testbeds/ben-home/run_basic.bash b/testbeds/ben-home/run_basic.bash index 68d5a6fff..f5c5d9cd1 100755 --- a/testbeds/ben-home/run_basic.bash +++ b/testbeds/ben-home/run_basic.bash @@ -15,6 +15,14 @@ # Source config file . test_bed_cfg.bash +echo "Top wlan-testing git commits.
" > ./tmp_gitlog.html
+git log -n 8 --oneline >> ./tmp_gitlog.html
+echo "
" >> ./tmp_gitlog.html + +NOTES_HTML=`pwd`/testbed_notes.html +GITLOG=`pwd`/tmp_gitlog.html +export NOTES_HTML GITLOG + # TODO: Copy config file to cloud controller and restart it # and/or do other config to make it work.