summaryrefslogtreecommitdiffstats
path: root/shared/2configs
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
commitda95549c0480af0c556a7a1f00a1c217e0a9e23b (patch)
tree9f6f1e5e55f8dbad04522c32c0932b10cf6607c9 /shared/2configs
parent68bad3b92fa8f02bda344c4f0792707adeda7376 (diff)
s 2 buildbot: fix missing ,
Diffstat (limited to 'shared/2configs')
-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 85e3cdf..688be2e 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; \