Commit 7a9b12b5 authored by Samir Halilcevic's avatar Samir Halilcevic

test 10

parent 19453582
...@@ -6,6 +6,12 @@ REPORT_DIR="./reports" ...@@ -6,6 +6,12 @@ REPORT_DIR="./reports"
REPORT_JSON_FILE="$REPORT_DIR/index.json" REPORT_JSON_FILE="$REPORT_DIR/index.json"
CONFIG_FILE="test_config.json" CONFIG_FILE="test_config.json"
if [ $# -ne 1 ]; then
exit 255
fi
BUILD_DIR="$1"
function cleanup() { function cleanup() {
rm -rf "$CONFIG_FILE" rm -rf "$CONFIG_FILE"
kill %1 kill %1
...@@ -24,10 +30,6 @@ function count_by_status() { ...@@ -24,10 +30,6 @@ function count_by_status() {
echo "$NUM" echo "$NUM"
} }
if [ $# -ne 1 ]; then
exit 255
fi
cat > $CONFIG_FILE << EOF cat > $CONFIG_FILE << EOF
{ {
"options": {}, "options": {},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment