github.com/zyedidia/knit@v1.1.2-0.20230901152954-f7d4e39a0e24/test/fail/test.toml (about) 1 name = "Failed build files should be removed" 2 3 [flags] 4 5 knitfile = "Knitfile" 6 ncpu = 1 7 8 [[builds]] 9 10 args = ["test1.txt"] 11 output = """\ 12 echo "hi" > test.txt 13 false 14 removing 'test.txt' due to failure 15 """ 16 error = "'test.txt': error during recipe: exit status 1" 17 notbuilt = ["test1.txt", "test.txt"]