Exhibit preserve bug
This commit is contained in:
parent
6395eb2f43
commit
ad67e6a215
2 changed files with 23 additions and 1 deletions
16
thumbnails/preserve_bug.sh
Executable file
16
thumbnails/preserve_bug.sh
Executable file
|
|
@ -0,0 +1,16 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
tup # everything builds fine
|
||||
echo ""
|
||||
echo "Success"
|
||||
echo ""
|
||||
|
||||
touch Tupfile
|
||||
|
||||
tup # error
|
||||
echo ""
|
||||
echo "Fail"
|
||||
echo ""
|
||||
|
||||
# tup error: Command ID 15 lists this file as both an input and an output:
|
||||
# build-default/asset.raw
|
||||
Loading…
Add table
Add a link
Reference in a new issue