mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-23 13:19:54 +00:00
Fix travis ppc64le db/cmd/cmd_project & ignore tmp (#17921)
This commit is contained in:
parent
8dd35e6305
commit
1ef4a1982a
1
test/.gitignore
vendored
1
test/.gitignore
vendored
@ -1,5 +1,6 @@
|
||||
/bins
|
||||
/fuzz/targets
|
||||
/.tmp
|
||||
|
||||
unit/*.dSYM/
|
||||
node_modules/
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user