Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit 6bbbe75

Browse files
committed
CI: use apt-get install -y
1 parent 6b1fda5 commit 6bbbe75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/nancy_prepare_workload.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if [ "${output:0:27}" != "ERROR: GNU awk is required." ]; then
1414
failures=$((failures+1))
1515
fi
1616

17-
sudo apt-get install gawk # only Ubuntu/Debian! TODO
17+
sudo apt-get install -y gawk # only Ubuntu/Debian! TODO
1818

1919
output=$( \
2020
nancy prepare-workload --db-name testci \
@@ -26,7 +26,7 @@ if [ "${output:0:33}" != "ERROR: pgreplay is not installed." ]; then
2626
echo "out: $output"
2727
fi
2828

29-
sudo apt-get install pgreplay # only Ubuntu/Debian! TODO
29+
sudo apt-get install -y pgreplay # only Ubuntu/Debian! TODO
3030

3131
output=$( \
3232
nancy prepare-workload --db-name testci \

0 commit comments

Comments
 (0)