mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +00:00
regression_test: git log command was backwards, it needed a head not a tail
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -534,7 +534,7 @@ function start_tests() {
|
||||
}
|
||||
|
||||
function html_generator() {
|
||||
LAST_COMMIT=$(git log --pretty=oneline | tail -n 1)
|
||||
LAST_COMMIT=$(git log --pretty=oneline | head -n 1)
|
||||
header="<html>
|
||||
<head>
|
||||
<title>Regression Test Results $NOW</title>
|
||||
|
||||
Reference in New Issue
Block a user