Skip to content

Commit

Permalink
Fix expected test output
Browse files Browse the repository at this point in the history
  • Loading branch information
chshersh authored and hvr committed Jul 29, 2018
1 parent c293add commit 7fdf646
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion cabal-testsuite/PackageTests/Exec/T4049/sandbox.out
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ Configuring my-foreign-lib-0.1.0.0...
Preprocessing foreign library 'myforeignlib' for my-foreign-lib-0.1.0.0..
Building foreign library 'myforeignlib' for my-foreign-lib-0.1.0.0..
Installing foreign library myforeignlib in <PATH>
Installed my-foreign-lib-0.1.0.0
Completed my-foreign-lib-0.1.0.0
# cabal v1-exec
Hi from a foreign library! Foo has value 5678
2 changes: 1 addition & 1 deletion cabal-testsuite/PackageTests/Exec/sandbox-ghc-pkg.out
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ Preprocessing library for my-0.1..
Building library for my-0.1..
Installing executable my-executable in <PATH>
Installing library in <PATH>
Installed my-0.1
Completed my-0.1
# cabal v1-exec
2 changes: 1 addition & 1 deletion cabal-testsuite/PackageTests/Exec/sandbox-hc-pkg.out
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ Preprocessing library for my-0.1..
Building library for my-0.1..
Installing executable my-executable in <PATH>
Installing library in <PATH>
Installed my-0.1
Completed my-0.1
# cabal v1-exec
2 changes: 1 addition & 1 deletion cabal-testsuite/PackageTests/Exec/sandbox-path.out
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ Preprocessing library for my-0.1..
Building library for my-0.1..
Installing executable my-executable in <PATH>
Installing library in <PATH>
Installed my-0.1
Completed my-0.1
# cabal v1-exec
2 changes: 1 addition & 1 deletion cabal-testsuite/PackageTests/Exec/sandbox.out
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ Preprocessing library for my-0.1..
Building library for my-0.1..
Installing executable my-executable in <PATH>
Installing library in <PATH>
Installed my-0.1
Completed my-0.1
# cabal v1-exec
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ Building library for p-0.1.0.0..
Installing internal library q in <PATH>
Installing executable foo in <PATH>
Installing library in <PATH>
Installed p-0.1.0.0
Completed p-0.1.0.0
2 changes: 1 addition & 1 deletion cabal-testsuite/PackageTests/InternalLibraries/sandbox.out
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ Building library for p-0.1.0.0..
Installing internal library q in <PATH>
Installing executable foo in <PATH>
Installing library in <PATH>
Installed p-0.1.0.0
Completed p-0.1.0.0
4 changes: 2 additions & 2 deletions cabal-testsuite/PackageTests/Regression/T3436/sandbox.out
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Configuring Cabal-1.2...
Preprocessing library for Cabal-1.2..
Building library for Cabal-1.2..
Installing library in <PATH>
Installed Cabal-1.2
Completed Cabal-1.2
# cabal v1-sandbox add-source
# cabal v1-install
Resolving dependencies...
Configuring Cabal-2.0...
Preprocessing library for Cabal-2.0..
Building library for Cabal-2.0..
Installing library in <PATH>
Installed Cabal-2.0
Completed Cabal-2.0
Failed to install custom-setup-1.0
cabal: Error: some packages failed to install:
custom-setup-1.0-KL06TzJxSBkDtcPp9Xd2v1 failed during the configure step. The exception was:
Expand Down
2 changes: 1 addition & 1 deletion cabal-testsuite/PackageTests/Regression/T5318/install.out
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Preprocessing executable 'foo' for empty-data-dir-0..
Building executable 'foo' for empty-data-dir-0..
Installing executable foo in <PATH>
Warning: The directory <ROOT>/install.dist/home/.cabal/bin is not in the system search path.
Installed empty-data-dir-0
Completed empty-data-dir-0
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ Configuring q-0.1.0.0...
Preprocessing library for q-0.1.0.0..
Building library for q-0.1.0.0..
Installing library in <PATH>
Installed q-0.1.0.0
Completed q-0.1.0.0
2 changes: 1 addition & 1 deletion cabal-testsuite/PackageTests/Sandbox/Reinstall/sandbox.out
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Configuring q-1.0...
Preprocessing library for q-1.0..
Building library for q-1.0..
Installing library in <PATH>
Installed q-1.0
Completed q-1.0
# cabal v1-run
message
# cabal v1-run
Expand Down

0 comments on commit 7fdf646

Please sign in to comment.