summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2016-08-05 14:37:51 +0200
committerlassulus <lass@aidsballs.de>2016-08-05 14:37:51 +0200
commit0c391c4d615ede78622809fc4b08211b1e2ea0af (patch)
tree4207c359dcddbbf8ffd0423150c317dd87989434 /shared
parentca18ca081e3ae6908e4b259895a8333b8da8d046 (diff)
s 2 buildbot: fix missing ,
Diffstat (limited to 'shared')
-rw-r--r--shared/2configs/shared-buildbot.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/2configs/shared-buildbot.nix b/shared/2configs/shared-buildbot.nix
index 85e3cdf1..688be2e4 100644
--- a/shared/2configs/shared-buildbot.nix
+++ b/shared/2configs/shared-buildbot.nix
@@ -98,7 +98,7 @@
f = util.BuildFactory()
f.addStep(grab_repo)
- for i in [ "test-minimal-deploy", "test-all-krebs-modules", "wolf", "test-centos7" "test-failing" ]:
+ for i in [ "test-minimal-deploy", "test-all-krebs-modules", "wolf", "test-centos7", "test-failing" ]:
addShell(f,name="build-{}".format(i),env=env,
command=nixshell + \
["mkdir -p /tmp/testbuild/$LOGNAME && touch /tmp/testbuild/$LOGNAME/.populate; \