Fix file import test bleeding into other tests (#563)
Fix file import test bleeding into other tests merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
This commit is contained in:
parent
6ae1b6f890
commit
6d72497a09
|
@ -1,6 +1,9 @@
|
||||||
set -e
|
set -e
|
||||||
set -u
|
set -u
|
||||||
|
|
||||||
|
../../bin/dcd-client $1 file.d -c 15 | sed s\""$(dirname "$(pwd)")"\"\" > actual3.txt
|
||||||
|
diff actual3.txt expected3.txt
|
||||||
|
|
||||||
../../bin/dcd-client $1 -I bar.d
|
../../bin/dcd-client $1 -I bar.d
|
||||||
|
|
||||||
../../bin/dcd-client $1 file.d -c 15 | sed s\""$(dirname "$(pwd)")"\"\" > actual1.txt
|
../../bin/dcd-client $1 file.d -c 15 | sed s\""$(dirname "$(pwd)")"\"\" > actual1.txt
|
||||||
|
@ -8,3 +11,8 @@ diff actual1.txt expected1.txt
|
||||||
|
|
||||||
../../bin/dcd-client $1 file.d -c 40 | sed s\""$(dirname "$(pwd)")"\"\" > actual2.txt
|
../../bin/dcd-client $1 file.d -c 40 | sed s\""$(dirname "$(pwd)")"\"\" > actual2.txt
|
||||||
diff actual2.txt expected2.txt
|
diff actual2.txt expected2.txt
|
||||||
|
|
||||||
|
../../bin/dcd-client $1 -R bar.d
|
||||||
|
|
||||||
|
../../bin/dcd-client $1 file.d -c 15 | sed s\""$(dirname "$(pwd)")"\"\" > actual3.txt
|
||||||
|
diff actual3.txt expected3.txt
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
identifiers
|
identifiers
|
||||||
bar M
|
|
||||||
module1 M
|
module1 M
|
||||||
|
|
Loading…
Reference in New Issue