diff options
author | lassulus <lass@aidsballs.de> | 2016-08-05 14:37:51 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-08-05 14:37:51 +0200 |
commit | da95549c0480af0c556a7a1f00a1c217e0a9e23b (patch) | |
tree | 9f6f1e5e55f8dbad04522c32c0932b10cf6607c9 /shared | |
parent | 68bad3b92fa8f02bda344c4f0792707adeda7376 (diff) |
s 2 buildbot: fix missing ,
Diffstat (limited to 'shared')
-rw-r--r-- | shared/2configs/shared-buildbot.nix | 2 |
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; \ |