Fix travis ppc64le db/cmd/cmd_project & ignore tmp (#17921)

This commit is contained in:
Liumeo 2020-11-15 23:34:30 -05:00 committed by GitHub
parent 8dd35e6305
commit 1ef4a1982a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

1
test/.gitignore vendored
View File

@ -1,5 +1,6 @@
/bins
/fuzz/targets
/.tmp
unit/*.dSYM/
node_modules/

View File

@ -359,17 +359,20 @@ EXPECT=<<EOF
EOF
RUN
NAME=Save project for a file with asm.bits=32 and check the value after loading again
NAME=Save project for a file with x86_16 and check the value after loading again
FILE=bins/src/hello.c
ARGS=
CMDS=<<EOF
e dir.projects = .tmp/
e asm.arch=x86
e asm.bits=16
Ps sun > /dev/null
Po sun > /dev/null
e asm.arch
e asm.bits
EOF
EXPECT=<<EOF
x86
16
EOF
RUN