Skip to content

Commit 7fdf646

Browse files
chshershhvr
authored andcommitted
Fix expected test output
1 parent c293add commit 7fdf646

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

cabal-testsuite/PackageTests/Exec/T4049/sandbox.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ Configuring my-foreign-lib-0.1.0.0...
77
Preprocessing foreign library 'myforeignlib' for my-foreign-lib-0.1.0.0..
88
Building foreign library 'myforeignlib' for my-foreign-lib-0.1.0.0..
99
Installing foreign library myforeignlib in <PATH>
10-
Installed my-foreign-lib-0.1.0.0
10+
Completed my-foreign-lib-0.1.0.0
1111
# cabal v1-exec
1212
Hi from a foreign library! Foo has value 5678

cabal-testsuite/PackageTests/Exec/sandbox-ghc-pkg.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ Preprocessing library for my-0.1..
1212
Building library for my-0.1..
1313
Installing executable my-executable in <PATH>
1414
Installing library in <PATH>
15-
Installed my-0.1
15+
Completed my-0.1
1616
# cabal v1-exec

cabal-testsuite/PackageTests/Exec/sandbox-hc-pkg.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ Preprocessing library for my-0.1..
1212
Building library for my-0.1..
1313
Installing executable my-executable in <PATH>
1414
Installing library in <PATH>
15-
Installed my-0.1
15+
Completed my-0.1
1616
# cabal v1-exec

cabal-testsuite/PackageTests/Exec/sandbox-path.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ Preprocessing library for my-0.1..
1212
Building library for my-0.1..
1313
Installing executable my-executable in <PATH>
1414
Installing library in <PATH>
15-
Installed my-0.1
15+
Completed my-0.1
1616
# cabal v1-exec

cabal-testsuite/PackageTests/Exec/sandbox.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ Preprocessing library for my-0.1..
1212
Building library for my-0.1..
1313
Installing executable my-executable in <PATH>
1414
Installing library in <PATH>
15-
Installed my-0.1
15+
Completed my-0.1
1616
# cabal v1-exec

cabal-testsuite/PackageTests/InternalLibraries/sandbox-shadow.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ Building library for p-0.1.0.0..
1515
Installing internal library q in <PATH>
1616
Installing executable foo in <PATH>
1717
Installing library in <PATH>
18-
Installed p-0.1.0.0
18+
Completed p-0.1.0.0

cabal-testsuite/PackageTests/InternalLibraries/sandbox.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ Building library for p-0.1.0.0..
1414
Installing internal library q in <PATH>
1515
Installing executable foo in <PATH>
1616
Installing library in <PATH>
17-
Installed p-0.1.0.0
17+
Completed p-0.1.0.0

cabal-testsuite/PackageTests/Regression/T3436/sandbox.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ Configuring Cabal-1.2...
77
Preprocessing library for Cabal-1.2..
88
Building library for Cabal-1.2..
99
Installing library in <PATH>
10-
Installed Cabal-1.2
10+
Completed Cabal-1.2
1111
# cabal v1-sandbox add-source
1212
# cabal v1-install
1313
Resolving dependencies...
1414
Configuring Cabal-2.0...
1515
Preprocessing library for Cabal-2.0..
1616
Building library for Cabal-2.0..
1717
Installing library in <PATH>
18-
Installed Cabal-2.0
18+
Completed Cabal-2.0
1919
Failed to install custom-setup-1.0
2020
cabal: Error: some packages failed to install:
2121
custom-setup-1.0-KL06TzJxSBkDtcPp9Xd2v1 failed during the configure step. The exception was:

cabal-testsuite/PackageTests/Regression/T5318/install.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ Preprocessing executable 'foo' for empty-data-dir-0..
55
Building executable 'foo' for empty-data-dir-0..
66
Installing executable foo in <PATH>
77
Warning: The directory <ROOT>/install.dist/home/.cabal/bin is not in the system search path.
8-
Installed empty-data-dir-0
8+
Completed empty-data-dir-0

cabal-testsuite/PackageTests/Sandbox/MultipleSources/cabal.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ Configuring q-0.1.0.0...
99
Preprocessing library for q-0.1.0.0..
1010
Building library for q-0.1.0.0..
1111
Installing library in <PATH>
12-
Installed q-0.1.0.0
12+
Completed q-0.1.0.0

cabal-testsuite/PackageTests/Sandbox/Reinstall/sandbox.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Configuring q-1.0...
88
Preprocessing library for q-1.0..
99
Building library for q-1.0..
1010
Installing library in <PATH>
11-
Installed q-1.0
11+
Completed q-1.0
1212
# cabal v1-run
1313
message
1414
# cabal v1-run

0 commit comments

Comments
 (0)