summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fedpkg.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fedpkg.bash b/src/fedpkg.bash
index 1a29d2b..33cd78f 100644
--- a/src/fedpkg.bash
+++ b/src/fedpkg.bash
@@ -54,7 +54,7 @@ _fedpkg()
# list possible options for the command
case $command in
build)
- options='--nowait --background --skip-tag --scratch --test'
+ options='--nowait --background --skip-tag --scratch'
;;
chain-build)
options='--nowait --background'