Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions e2e/bats/print.bash
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ teardown() {
dfx build
dfx canister install e2e_project
dfx canister call e2e_project hello
run cat stderr.txt
assert_match "debug.print: Hello, World! from DFINITY"
run tail -2 stderr.txt
assert_match "Hello, World! from DFINITY"
}
4 changes: 2 additions & 2 deletions nix/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"type": "git"
},
"dfinity": {
"tag": "release-2020-08-28.RC00",
"repo": "ssh://git@github.com/dfinity-lab/dfinity",
"rev": "4402d73e4470e8eccbe6b69b6218a9c098f4beb1",
"tag": "release-2020-08-17.RC00",
"rev": "9091dc6baa1bde728e96229294043650680dee33",
"type": "git"
},
"ic-ref": {
Expand Down